summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-06 23:08:48 -0300
committerDaniel Bermond2017-06-06 23:08:48 -0300
commitc268a4803186835e6ae0a15ded104f50d3468edb (patch)
tree89438bca17c888613e109d656aff697eb29cbec6 /PKGBUILD
parent35081230ae5776af687f244940234d0e5c305e5f (diff)
downloadaur-c268a4803186835e6ae0a15ded104f50d3468edb.tar.gz
perl 5.26 rebuild
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f05d9785144..063ce1241dab 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=1
+pkgrel=2
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"