summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-04 22:15:37 -0300
committerDaniel Bermond2017-03-04 22:15:37 -0300
commitda1a5dbfb231d68c27bb07eeaf43bf8dc74cd3f3 (patch)
tree45085f2a16f1c443744b9eb170c6e99fa3df5845 /PKGBUILD
parent1d426f6e36f903c6a8b8226a1453a82b8091515d (diff)
downloadaur-da1a5dbfb231d68c27bb07eeaf43bf8dc74cd3f3.tar.gz
Updated to version 7.0.5.1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1246d3a07490..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=8
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"