summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba95ee2de4ff..0df3bef88553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
+# Maintainer: jwhendy <jw.hendy@gmail.com>
+# Contributor: bchretien
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: jepaan <jepaan at hotmail dot com>
pkgname=python-pyassimp
_name=assimp
-pkgver=3.1.1
-pkgrel=2
+pkgver=5.0.0
+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')
license=('BSD')
depends=('assimp' 'python>=3')
url='http://assimp.sourceforge.net/index.html'
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('ab9977edf95e9b2910d7cca286926e85')
+sha256sums=('b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c')
conflicts=(python2-pyassimp)
build()