From f6c8be7e827eb433d5204b05a429116a9bf3ac20 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Tue, 6 Jun 2023 06:15:51 +0000 Subject: [PATCH] python-trimesh: update to 3.22.3 --- 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 d9f7a55aa7..f1a1d646c2 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.22.1 +pkgver=3.22.3 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') @@ -20,7 +20,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://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('f40546d4214e16794802ca0a949d10cd54b1f5a630b0819afddaf4f0e16c64b2') +sha256sums=('3eb5ea0583841425c866c8a18489a1d6cc1b185442a324c697cd9d91f044eda5') prepare() { rm -rf python-build-${MSYSTEM} | true