summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-01 20:12:13 -0300
committerDaniel Bermond2017-03-01 20:12:13 -0300
commit1d426f6e36f903c6a8b8226a1453a82b8091515d (patch)
treeed664c69ab51e1123b0be6d6e1a2e93262105bcc /PKGBUILD
parent2091f93363a1d7a7628fd2807421854ea83c31c2 (diff)
downloadaur-1d426f6e36f903c6a8b8226a1453a82b8091515d.tar.gz
autotrace-nomagick 0.31.1-2 rebuild
Temporarily removed libemf support from pstoedit-nomagick which makes the need for a rebuild.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e76af0e203e6..1246d3a07490 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=7
+pkgrel=8
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"