summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-30 14:14:18 -0300
committerDaniel Bermond2017-04-30 14:14:18 -0300
commitbc140e29ff216f65fbde7150569dc86eec8106ef (patch)
tree7bdf115750d2b64f419ae088653206a1e1c02c60 /PKGBUILD
parentde9560021652375bd22e260356b16847203375d5 (diff)
downloadaur-bc140e29ff216f65fbde7150569dc86eec8106ef.tar.gz
libwebp 0.6.0 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/"