summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-07-10 01:29:28 -0300
committerBermond2016-07-10 01:29:28 -0300
commit763edf9424c9dcb1bf07cea1bb27811b1c6737db (patch)
treebd004f1650d70920ca88760ee5fae8ef52eb1fc3 /PKGBUILD
parentc2a8767c8b15f04aa9e602b8ea1eaa618e9ae3c6 (diff)
downloadaur-763edf9424c9dcb1bf07cea1bb27811b1c6737db.tar.gz
Updated to version 7.0.2.3
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b86458275ca1..c8d993344448 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ _srcver=$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | sed '
_srcverregex=$(echo "$_srcver" | sed 's/\./\\\./g') # translate source version to a regular expression
pkgname=imagemagick-full
pkgver=$(echo "$_srcver" | tr '-' '.')
-pkgrel=4
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"