trimesh bump to 3.7.6

This commit is contained in:
Christian Meurin
2020-07-03 14:54:55 -07:00
parent ab5b809c4e
commit 0ebc99f029

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.5
pkgver=3.7.6
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=('faad184a3795d9b36c96c17fc4a5403a0a8886201b3812ae0eaabe9a74d430f3')
sha256sums=('979c89f1db710903dd54899aa94837b48624431e767fbc73ea284b68aec9f1c7')
prepare() {
cd "$srcdir"