summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrandomnobody2024-01-07 00:39:15 +0000
committerrandomnobody2024-01-07 00:39:15 +0000
commit0dd4a7348c5546505aa09936f5c7487e6cddf53b (patch)
tree6c456f834e186cda6c0b97ad7d037c2ef290cb91
parent78f35f548a4880ba7d34d4a6604c58508dfa2c1d (diff)
downloadaur-python-pyassimp.tar.gz
adopted, updated to v5.3.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eceba6967ae..6d32830375af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyassimp
pkgdesc = Portable Open Source library to import various well-known 3D model formats in an uniform manner. Python bindings.
- pkgver = 5.0.1
+ pkgver = 5.3.1
pkgrel = 1
url = http://assimp.sourceforge.net/index.html
arch = i686
@@ -9,8 +9,7 @@ pkgbase = python-pyassimp
depends = assimp
depends = python>=3
conflicts = python2-pyassimp
- source = https://github.com/assimp/assimp/archive/v5.0.1.tar.gz
- sha256sums = 11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc
+ source = https://github.com/assimp/assimp/archive/v5.3.1.tar.gz
+ sha256sums = a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1
pkgname = python-pyassimp
-
diff --git a/PKGBUILD b/PKGBUILD
index 645379458f51..be67056d4190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: jwhendy <jw.hendy@gmail.com>
+# Maintainer: randomnobody <nobody "at" 420blaze "dot" it>
+# Contributor: 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=5.0.1
+pkgver=5.3.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')
@@ -13,7 +14,7 @@ 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=('11310ec1f2ad2cd46b95ba88faca8f7aaa1efe9aa12605c55e3de2b977b3dbfc')
+sha256sums=('a07666be71afe1ad4bc008c2336b7c688aca391271188eb9108d0c6db1be53f1')
conflicts=(python2-pyassimp)
build()