summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-11 23:17:35 -0300
committerDaniel Bermond2017-06-11 23:17:35 -0300
commit6ce51e3c2e712676cbdc7f268848700a82f93519 (patch)
treec98dd4c2ca1b88f2a01180ceeab62199b9de13dd /PKGBUILD
parentc268a4803186835e6ae0a15ded104f50d3468edb (diff)
downloadaur-6ce51e3c2e712676cbdc7f268848700a82f93519.tar.gz
Updated to version 7.0.6.0
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/"