From 87bcbe322ed2dbc920acf5459c142ee5c4b5d032 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 31 Jan 2023 21:20:11 +0000 Subject: [PATCH] python-trimesh: update to 3.18.2 --- 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 e8ca8b0a24..d3a804fe99 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.18.1 +pkgver=3.18.2 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=('f09c396261ec01372171c8623eac6ac40f8f62097b7a5a992ea1bcbd3bbf6f49') +sha256sums=('9785d101421c07c2f4aa62b051610f18eb662f74f70d9a728baba388dc7ac410') prepare() { cd "$srcdir"