summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2020-01-10 07:54:53 -0600
committerjwhendy2020-01-10 07:54:53 -0600
commitb5db43effcc169d188ac2b2e8abb63d576a4e230 (patch)
tree8353b0739cf3b74b747edadea0bddb15bda1c556
parentf864eaacdc4dda70ee9b998e17fdf4a7eee12f04 (diff)
downloadaur-b5db43effcc169d188ac2b2e8abb63d576a4e230.tar.gz
fixed accidental >> on .SRCINFO
-rw-r--r--.SRCINFO50
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 50 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70d504e3ca1..861a25bc8aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,55 +1,7 @@
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 = 1
- 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
-
-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
-
-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.0
- pkgrel = 1
- 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/v5.0.0.tar.gz
- sha256sums = b0110a91650d6bb4000e3d5c2185bf77b0ff0a2e7a284bc2c4af81b33988b63c
-
-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 = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = http://assimp.sourceforge.net/index.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0df3bef88553..9dc0de0cbd66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-pyassimp
_name=assimp
pkgver=5.0.0
-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')