summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-25 14:04:48 -0300
committerDaniel Bermond2017-04-25 14:04:48 -0300
commitde9560021652375bd22e260356b16847203375d5 (patch)
tree0f26084f208f38be8008c5ec67dd773b964432ce /PKGBUILD
parentb89b352b11a6b5290a1cd0c606439cde822eff21 (diff)
downloadaur-de9560021652375bd22e260356b16847203375d5.tar.gz
Updated to version 7.0.5.5
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/"