summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-06-23 21:58:42 -0300
committerBermond2016-06-23 21:58:42 -0300
commit9cc8b38bbde3e2c2eb9f8f6c6307673761053b89 (patch)
tree6e23fbdae566be4df9903850cc0b23bf660022c8 /PKGBUILD
parentbb77f4a24ac1587362b1d6ea450bb199833153c1 (diff)
downloadaur-9cc8b38bbde3e2c2eb9f8f6c6307673761053b89.tar.gz
Updated to version 7.0.2.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83d8dc6753d1..5e48a4e77ab4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,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=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/"