trimesh 3.9.16

This commit is contained in:
Sarah Ottinger
2021-05-10 19:03:35 -07:00
parent 4562f1fb54
commit 348bc88d6c

View File

@@ -3,7 +3,7 @@
_realname=trimesh
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.9.15
pkgver=3.9.16
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')
@@ -17,7 +17,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=('fa33ec83bcf550e5dd0e6654fc4258520bc90deb59303324ecdeeef74ec020b9')
sha256sums=('e9ed0163d3c84b2d1fdbf475577130881368fdeabb09707af7c70499ab9ec106')
prepare() {
cd "$srcdir"