diff options
author | Auto update bot | 2023-12-19 04:56:04 +0000 |
---|---|---|
committer | Auto update bot | 2023-12-19 04:56:04 +0000 |
commit | eca8e3752125cbeed702811ec79ccbdccce3f530 (patch) | |
tree | 610c25806b76315e96abfff368e3fa2239e873ac | |
parent | 0db1a7bc2bd53cda9fb32cc7e7d8ef3a842a577b (diff) | |
download | aur-eca8e3752125cbeed702811ec79ccbdccce3f530.tar.gz |
Auto updated to 4.0.6
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-trimesh pkgdesc = Import, export, process, analyze and view triangular meshes - pkgver = 4.0.5 + pkgver = 4.0.6 pkgrel = 1 url = https://trimsh.org arch = any @@ -35,7 +35,7 @@ pkgbase = python-trimesh optdepends = autopep8: code formatter optdepends = python-pytest: test runner optdepends = python-pyinstrument: sampling based profiler - source = trimesh-4.0.5.tar.gz::https://github.com/mikedh/trimesh/archive/4.0.5.tar.gz - sha512sums = 5167f93aece58d0fd2766a41afb5651df2ffac6486e3aebae33d97ed1ae2e4093290450b1e8d7827c300c679cf4c93baf7ce44ec603103a70c510259f514d321 + source = trimesh-4.0.6.tar.gz::https://github.com/mikedh/trimesh/archive/4.0.6.tar.gz + sha512sums = 1b6d6be5782a44f58d16060247fe7842a30458fb5b1a01702ee224cd56a4bb3710954166373ec209de960ad6a77a649c44f51a59d31806a034bc6e7d8dca9319 pkgname = python-trimesh @@ -4,7 +4,7 @@ _base=trimesh pkgname=python-${_base} -pkgver=4.0.5 +pkgver=4.0.6 pkgrel=1 pkgdesc="Import, export, process, analyze and view triangular meshes" arch=(any) @@ -40,7 +40,7 @@ optdepends=('python-scipy: convex hulls' 'python-pytest: test runner' 'python-pyinstrument: sampling based profiler') # python-xatlas python-fcl python-glooey source=(${_base}-${pkgver}.tar.gz::https://github.com/mikedh/${_base}/archive/${pkgver}.tar.gz) -sha512sums=('5167f93aece58d0fd2766a41afb5651df2ffac6486e3aebae33d97ed1ae2e4093290450b1e8d7827c300c679cf4c93baf7ce44ec603103a70c510259f514d321') +sha512sums=('1b6d6be5782a44f58d16060247fe7842a30458fb5b1a01702ee224cd56a4bb3710954166373ec209de960ad6a77a649c44f51a59d31806a034bc6e7d8dca9319') build() { cd ${_base}-${pkgver} |