From 89a6c77ea2d65fb946923d2bce104dab4e52b7e2 Mon Sep 17 00:00:00 2001 From: Sarah Ottinger Date: Thu, 17 Dec 2020 22:56:26 -0800 Subject: [PATCH] trimesh 3.8.19 --- 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 2f96bc8ece..6fcc839222 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.8.18 +pkgver=3.8.19 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') @@ -15,7 +15,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=('89f9ec5f1abe7e829f7f1cb9a7aa3f3eb768482272beb2c8987e933d9c068110') +sha256sums=('e2ec4fc75bddf46fd494a9c95adc0bf0fe6f667cae242ead99955ad659d6e375') prepare() { cd "$srcdir"