summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-28 21:43:55 -0300
committerDaniel Bermond2017-02-28 21:43:55 -0300
commit2091f93363a1d7a7628fd2807421854ea83c31c2 (patch)
tree2f3101d9431fb771fc542ea3d13998d75e09d9ca /PKGBUILD
parent43e75bc1c1095a44da51b29eef124d960f5c7991 (diff)
downloadaur-2091f93363a1d7a7628fd2807421854ea83c31c2.tar.gz
Comment block: updated AUR dependencies
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc166879e43c..e76af0e203e6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# AUR dependencies
# ----------------
-# pstoedit-nomagick autotrace-nomagick flif libfpx libraqm
+# pstoedit-nomagick autotrace-nomagick flif libfpx libraqm libumem-git
# NOTE (1):
# DPS (Display PostScript) feature is obsolete and thus not enabled.
@@ -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=6
+pkgrel=7
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"