summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-12-19 04:56:04 +0000
committerAuto update bot2023-12-19 04:56:04 +0000
commiteca8e3752125cbeed702811ec79ccbdccce3f530 (patch)
tree610c25806b76315e96abfff368e3fa2239e873ac
parent0db1a7bc2bd53cda9fb32cc7e7d8ef3a842a577b (diff)
downloadaur-eca8e3752125cbeed702811ec79ccbdccce3f530.tar.gz
Auto updated to 4.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f7f08de49a..f2857887e87f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 0ceb17e7b4c7..4391aca16f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}