summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-08 12:15:47 -0300
committerDaniel Bermond2017-04-08 12:15:47 -0300
commitb89b352b11a6b5290a1cd0c606439cde822eff21 (patch)
tree5432826966f0d98238e1cf002b5f10d5659966ee /PKGBUILD
parent254c41a7ab7ed8900ba717e802833be2713ed558 (diff)
downloadaur-b89b352b11a6b5290a1cd0c606439cde822eff21.tar.gz
autotrace-nomagick 0.31.1-5 rebuild
libemf support was temporarily removed from pstoedit-nomagick 3.70-2 and reintroduced 3.70-5, which makes the need for a rebuild in both autotrace-nomagick and imagemagick. References: https://aur.archlinux.org/cgit/aur.git/commit/?h=autotrace-nomagick&id=6f3785ee85ff63c21b35f096f47e0de91e86fe15 https://aur.archlinux.org/cgit/aur.git/commit/?h=autotrace-nomagick&id=4941e482c46f9f0f915b70e8268036c9aac4259d https://aur.archlinux.org/cgit/aur.git/commit/?h=pstoedit-nomagick&id=905895998542bd763a4287852bb524a8c09ff2f0 https://aur.archlinux.org/cgit/aur.git/commit/?h=pstoedit-nomagick&id=ace46dc4cdafff9e3a154e76d793f487bfc62b65
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/"