python3-trimesh: update to 3.9.34.

This commit is contained in:
Karl Nilsson 2021-10-23 10:29:25 -04:00 committed by Érico Nogueira Rolim
parent 5af63dd2b0
commit 1dca0589b9

View file

@ -1,7 +1,7 @@
# Template file for 'python3-trimesh' # Template file for 'python3-trimesh'
pkgname=python3-trimesh pkgname=python3-trimesh
version=3.9.32 version=3.9.34
revision=2 revision=1
wrksrc="trimesh-${version}" wrksrc="trimesh-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -17,7 +17,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
license="MIT" license="MIT"
homepage="https://trimsh.org/" homepage="https://trimsh.org/"
distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz" distfiles="https://github.com/mikedh/trimesh/archive/${version}.tar.gz"
checksum=cdecdc43718d9ebaf81da5c2a6f0bbb89d6c383dc6e3e3d6a36ddac24b49d40d checksum=713a959be0f93c049d0735f573b814cfa704c5bbfaf0c607facb61ede5a8ab2e
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md