From 40a095965e221e5b61ca2ebba1ef51ff24c3fe03 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 30 Dec 2021 12:27:53 +0000 Subject: [PATCH] python-trimesh: update to 3.9.36 --- 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 2260473c72..3c6609d4a2 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.35 +pkgver=3.9.36 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=('1632a09c7b3c152170dbad05b796033540feba4746a8e9c4a437eaa563c47bc9') +sha256sums=('f01e8edab14d1999700c980c21a1546f37417216ad915a53be649d263130181e') prepare() { cd "$srcdir"