From e022eb8a2ac1740f4df21faede4b5e780755fc53 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 14 Feb 2023 21:19:37 +0000 Subject: [PATCH] python-trimesh: update to 3.20.0 --- 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 2039dd3d4f..b07aa4c392 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.19.4 +pkgver=3.20.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=('bcfd4a8655482e59fa03475f8e73284ae213e145ea7661311309bf7807013888') +sha256sums=('2599772355f46dd4366a5cf6ce8ccfa3a03222f08b1c396494d45bf5c95818d1') prepare() { cd "$srcdir"