summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjwhendy2020-04-26 11:32:18 -0500
committerjwhendy2020-04-26 11:32:18 -0500
commit78f35f548a4880ba7d34d4a6604c58508dfa2c1d (patch)
treed6e369fcf47b851ca69dd147179754dbf039aff6 /PKGBUILD
parentb5db43effcc169d188ac2b2e8abb63d576a4e230 (diff)
downloadaur-78f35f548a4880ba7d34d4a6604c58508dfa2c1d.tar.gz
bumped to 5.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc0de0cbd66..645379458f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgname=python-pyassimp
_name=assimp
-pkgver=5.0.0
-pkgrel=2
+pkgver=5.0.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')
license=('BSD')
depends=('assimp' 'python>=3')
url='http://assimp.sourceforge.net/index.html'
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-sha256sums=('b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c')
+sha256sums=('11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc')
conflicts=(python2-pyassimp)
build()