From 60ea2e87afa9fc12f883b8e162a5c3f2d44937a1 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 10 Sep 2022 12:13:56 +0000 Subject: [PATCH] python-trimesh: update to 3.14.1 --- 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 1aa0bfa270..189e51d89f 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.14.0 +pkgver=3.14.1 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=('f6781d6bce697384eebddc38d22fe12a5d39933b036b449267fb54a1f5837962') +sha256sums=('4fea637f62a61da6dbbbca6857a77102f6aee42ea1f3d169dae600b8efb7e3f6') prepare() { cd "$srcdir"