Date: Saturday, October 31, 2020 @ 13:26:11 Author: jelle Revision: 737652
upgpkg: python-trimesh 3.8.12-1 Modified: python-trimesh/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-31 13:24:17 UTC (rev 737651) +++ PKGBUILD 2020-10-31 13:26:11 UTC (rev 737652) @@ -1,7 +1,7 @@ # Maintainer: Jelle van der Waa <je...@archlinux.org> pkgname=python-trimesh -pkgver=3.8.11 +pkgver=3.8.12 pkgrel=1 pkgdesc='Trimesh is a pure Python library for loading and using triangular meshes with an emphasis on watertight surfaces' arch=('any') @@ -21,7 +21,7 @@ 'python-sympy: do analytical math' 'python-xxhash: hash ndarrays faster than built-in MD5/CRC') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mikedh/trimesh/archive/${pkgver}.tar.gz) -sha512sums=('c35c39069b3e03a2037811160b813b76cdf8a13cd41ca89cb157bd312992fb16638ab25a0a9930b969105c08c868a6ff0c0612b183003b32aa9249b842db5899') +sha512sums=('6425fc77bf5e75bf13719c9316dd0a292c6606853e03f4578467ac28ddc3298678b7ff5f244de9847c5c0755024f109e5a2df8a617c449236d1e484e64033711') build() { cd trimesh-${pkgver}