summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjwhendy2020-01-08 12:27:36 -0600
committerjwhendy2020-01-08 12:36:39 -0600
commitf864eaacdc4dda70ee9b998e17fdf4a7eee12f04 (patch)
tree7f9ceebc3cb29d1d3bd4d17dfcdcc09917b63432 /PKGBUILD
parent29c3b7246795adfee94555697b5f8b9a25bfb6bb (diff)
downloadaur-f864eaacdc4dda70ee9b998e17fdf4a7eee12f04.tar.gz
updated to v5.0.0, use sha256sums, update maintainer info
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()