summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2020-01-08 12:22:33 -0600
committerjwhendy2020-01-08 12:22:33 -0600
commit29c3b7246795adfee94555697b5f8b9a25bfb6bb (patch)
tree773a4c4bd8281bb3d50109a26cf7ff1abf175eef
parente55c4ab08b3d953da07d32f1b60381951aeef24d (diff)
downloadaur-29c3b7246795adfee94555697b5f8b9a25bfb6bb.tar.gz
fixed url (was an array)
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 18 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad07d3f84d2..7ddd77bf6880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,3 +14,19 @@ pkgbase = python-pyassimp
pkgname = python-pyassimp
+pkgbase = python-pyassimp
+ pkgdesc = Portable Open Source library to import various well-known 3D model formats in an uniform manner. Python bindings.
+ pkgver = 3.1.1
+ pkgrel = 2
+ url = http://assimp.sourceforge.net/index.html
+ arch = i686
+ arch = x86_64
+ license = BSD
+ depends = assimp
+ depends = python>=3
+ conflicts = python2-pyassimp
+ source = https://github.com/assimp/assimp/archive/v3.1.1.tar.gz
+ md5sums = ab9977edf95e9b2910d7cca286926e85
+
+pkgname = python-pyassimp
+
diff --git a/PKGBUILD b/PKGBUILD
index acf4c7656803..ba95ee2de4ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-pyassimp
_name=assimp
pkgver=3.1.1
-pkgrel=1
+pkgrel=2
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')
+url='http://assimp.sourceforge.net/index.html'
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
md5sums=('ab9977edf95e9b2910d7cca286926e85')
conflicts=(python2-pyassimp)