trimesh 3.8.19

This commit is contained in:
Sarah Ottinger
2020-12-17 22:56:26 -08:00
parent 1f1b265d89
commit 89a6c77ea2

View File

@@ -3,7 +3,7 @@
_realname=trimesh
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.8.18
pkgver=3.8.19
pkgrel=1
pkgdesc='Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular meshes with an emphasis on watertight surfaces. (mingw-w64)'
arch=('any')
@@ -15,7 +15,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-networkx: graph operations"
"${MINGW_PACKAGE_PREFIX}-python-scipy: convex hulls"
"${MINGW_PACKAGE_PREFIX}-python-pyglet: preview windows")
source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz")
sha256sums=('89f9ec5f1abe7e829f7f1cb9a7aa3f3eb768482272beb2c8987e933d9c068110')
sha256sums=('e2ec4fc75bddf46fd494a9c95adc0bf0fe6f667cae242ead99955ad659d6e375')
prepare() {
cd "$srcdir"