summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-13 11:09:50 -0300
committerDaniel Bermond2017-05-13 11:09:50 -0300
commitf20ffd61a8423775248fd533564f4506559bb428 (patch)
treede92b9195f9ac5f52e26386d14a730dabcfa7564 /PKGBUILD
parentbc140e29ff216f65fbde7150569dc86eec8106ef (diff)
downloadaur-f20ffd61a8423775248fd533564f4506559bb428.tar.gz
Updated to version 7.0.5.6
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 063ce1241dab..9f05d9785144 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ _srcver="$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | \
_srcverregex="$(echo "$_srcver" | sed 's/\./\\\./g')" # translate to a regular expression
pkgname=imagemagick-full
pkgver="$(echo "$_srcver"| tr '-' '.')"
-pkgrel=2
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"