summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2020-07-19 15:20:24 -0400
committerAdam Goldsmith2020-07-19 15:20:24 -0400
commit4371f17bc29a7e3d43f93f065e585f919c3b4ba7 (patch)
treed8a398144bdaeab5e6e4742fa8f25bb2a111b338
parent1caa6e640db700d4a941c016404fe4477a9f8ab8 (diff)
downloadaur-4371f17bc29a7e3d43f93f065e585f919c3b4ba7.tar.gz
Bump version to 3.7.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de96a35631da..40a91c58fe34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-trimesh
pkgdesc = Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular meshes with an emphasis on watertight surfaces.
- pkgver = 3.7.10
+ pkgver = 3.7.12
pkgrel = 1
url = https://github.com/mikedh/trimesh
arch = any
license = MIT
makedepends = python
- source = https://files.pythonhosted.org/packages/source/t/trimesh/trimesh-3.7.10.tar.gz
- md5sums = f247add104f2beaf201df5a366dbf1b0
+ source = https://files.pythonhosted.org/packages/source/t/trimesh/trimesh-3.7.12.tar.gz
+ md5sums = a897b166a8b3719f1367822ea52a86a9
pkgname = python-trimesh
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 87aa5819f03d..971c17da5b7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-trimesh' 'python2-trimesh')
_name=trimesh
-pkgver=3.7.10
+pkgver=3.7.12
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."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=()
makedepends=('python')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-md5sums=('f247add104f2beaf201df5a366dbf1b0')
+md5sums=('a897b166a8b3719f1367822ea52a86a9')
build() {