summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-08-13 15:17:05 +0200
committerBenjamin Chrétien2014-08-13 15:17:05 +0200
commite44a0861d995ffd473f217bd909beadbc5376663 (patch)
tree463a18646ae5ddf076afbf525fecc1f75ef6e802
parent9504768fa0c78c084716499cf148a73cfe13f83a (diff)
downloadaur-e44a0861d995ffd473f217bd909beadbc5376663.tar.gz
dependencies: multiple updates.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5ce88ee594..e7597d6169b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-pyassimp
pkgdesc = Portable Open Source library to import various well-known 3D model formats in an uniform manner. Python bindings.
- pkgver = 3.1
+ pkgver = 3.1.1
pkgrel = 1
url = http://assimp.sourceforge.net/index.html
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python2-pyassimp
license = BSD
depends = assimp
depends = python2
- source = https://github.com/assimp/assimp/archive/v3.1.tar.gz
- md5sums = b2d382a5fb15f247d0d8c8afd5744f5e
+ source = https://github.com/assimp/assimp/archive/v3.1.1.tar.gz
+ md5sums = ab9977edf95e9b2910d7cca286926e85
pkgname = python2-pyassimp
diff --git a/PKGBUILD b/PKGBUILD
index 33544b3fa729..71f729104e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python2-pyassimp
_name=assimp
-pkgver=3.1
+pkgver=3.1.1
pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner. Python bindings."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('assimp' 'python2')
url=('http://assimp.sourceforge.net/index.html')
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
build()
{