From 53a2a22fe38ae047e6b6e48df763a01ba87f7850 Mon Sep 17 00:00:00 2001 From: Naveen Date: Thu, 13 May 2021 06:28:40 +0000 Subject: [PATCH] python-trimesh: update to 3.9.18 --- 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 b362495b6b..2b8761af0b 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.16 +pkgver=3.9.18 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=('e9ed0163d3c84b2d1fdbf475577130881368fdeabb09707af7c70499ab9ec106') +sha256sums=('3c3c30e448670ed29b91900333384e00a17cbd3e11217d50ff8b79bb6864cdfc') prepare() { cd "$srcdir"