summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-06-30 16:14:50 -0300
committerBermond2016-06-30 16:14:50 -0300
commitbc274686d358a06193153f971388f1b18aed6997 (patch)
tree55de205e14e58dcbcc40c32aadbde883006e7faa /PKGBUILD
parent2904bd570a692c259d72beb278c909679e20ce80 (diff)
downloadaur-bc274686d358a06193153f971388f1b18aed6997.tar.gz
Updated to version 7.0.2.2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dda6e149813..786287df2536 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/"