From 016c7e9d14d03030ecfa738b72d71cae1bd07daa Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Thu, 18 Mar 2021 19:36:34 -0700 Subject: [PATCH] trimesh 3.9.9 --- mingw-w64-python-trimesh/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-trimesh/PKGBUILD b/mingw-w64-python-trimesh/PKGBUILD index b09b769d9e..5cfec28662 100644 --- a/mingw-w64-python-trimesh/PKGBUILD +++ b/mingw-w64-python-trimesh/PKGBUILD @@ -3,7 +3,7 @@ _realname=trimesh pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.9.8 +pkgver=3.9.9 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=('959d3676967c1430c1a68958385f79b18675c9eb7ab0b2ac70d9d6c3ef4d78e0') +sha256sums=('d8e61378ccbae1c7ec18fba2b74bc4c17e9482e8bdfd3c7bffba881342493b47') prepare() { cd "$srcdir"