summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjwhendy2020-01-10 07:54:53 -0600
committerjwhendy2020-01-10 07:54:53 -0600
commitb5db43effcc169d188ac2b2e8abb63d576a4e230 (patch)
tree8353b0739cf3b74b747edadea0bddb15bda1c556 /PKGBUILD
parentf864eaacdc4dda70ee9b998e17fdf4a7eee12f04 (diff)
downloadaur-b5db43effcc169d188ac2b2e8abb63d576a4e230.tar.gz
fixed accidental >> on .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')