summaryrefslogtreecommitdiff
path: root/community/assimp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-20 03:59:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-20 03:59:46 +0000
commit2fd06aa8fa3c105c4c9161a060192d85dc3d4559 (patch)
treea70a2272e3bf810140349c2d457398b2d0c78b6f /community/assimp
parenta3afce45dc7988a35810dee7e41050c3a459e731 (diff)
Fri Jun 20 03:54:27 UTC 2014
Diffstat (limited to 'community/assimp')
-rw-r--r--community/assimp/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD
index 06ccb8b65..976696bce 100644
--- a/community/assimp/PKGBUILD
+++ b/community/assimp/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: jepaan <jepaan at hotmail dot com>
pkgname=assimp
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
arch=('i686' 'x86_64')
license=('BSD')
@@ -11,7 +11,7 @@ depends=('zlib' 'gcc-libs' 'boost-libs')
makedepends=('cmake' 'boost')
url=('http://assimp.sourceforge.net/index.html')
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
build() {
cd ${srcdir}/${pkgname}-${pkgver}