From 3eac58cdb89c0909cf4bcd6b6dfb471f2d191ff3 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 12 Aug 2023 06:29:18 +0000 Subject: [PATCH] python-trimesh: update to 3.23.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 c6c4de0c70..829901d25c 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.23.0 +pkgver=3.23.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') @@ -20,7 +20,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://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('4e39cde60ab386c3764bf01caa2a39a47df7456fd9a7769ca2523e07eb126910') +sha256sums=('d8c40925a4f3a437ae93d04f2dbcf05ad6cb0b78f377b86dda81ab54c0974687') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"