trimesh 3.7.13

This commit is contained in:
Christian Meurin
2020-07-25 20:17:10 -07:00
parent e673b5b118
commit e490fca6e9

View File

@@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=3.7.12
pkgver=3.7.13
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')
@@ -18,7 +18,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=('efed93a543853a6765344a45e43aa6c0e3ebd10dda2b194b36d1b686525f1660')
sha256sums=('20a1e8d732b3bf53c3b25a7ef80e1524f497fe01107db8f5f111433598eca659')
prepare() {
cd "$srcdir"