python-trimesh: update to 3.18.0

This commit is contained in:
Mehdi Chinoune
2023-01-15 09:55:01 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent b1be798b0e
commit ff6700b3e0

View File

@@ -3,7 +3,7 @@
_realname=trimesh
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=3.17.1
pkgver=3.18.0
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=('025bb2fa3a2e87bdd6873f11db45a7ca19216f2f8b6aed29140fca57e32c298e')
sha256sums=('4588c975b8bad2f1c3c254a12a61282ba8379a6b5bddebae33daaf76aa67e681')
prepare() {
cd "$srcdir"