summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-25 20:13:23 -0300
committerDaniel Bermond2017-02-25 20:13:23 -0300
commit0afa24b5a9ee016e64bb7574901780facf1a2a21 (patch)
tree79b79d0fe1693aefa0a8a4143661477b4168f0fe /PKGBUILD
parentc12dce6f6039e636a405c3fe579c3faaba674977 (diff)
downloadaur-0afa24b5a9ee016e64bb7574901780facf1a2a21.tar.gz
Comment block: added AUR dependencies
This information can be unseful in some situations.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adc75ae13496..c5d414e236ef 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,17 @@
# ImageMagick compiled with all features and delegate libraries.
# Using quantum depth 32 (Q32) and HDRI.
-# NOTE: DPS (Display PostScript) feature is obsolete and thus not enabled.
+
+# AUR dependencies
+# ----------------
+# pstoedit-nomagick autotrace-nomagick flif libfpx libraqm
+
+# NOTE (1):
+# DPS (Display PostScript) feature is obsolete and thus not enabled.
# For more information about DPS being obsolete please visit:
# http://www.x.org/releases/X11R7.7/doc/xorg-docs/graphics/dps.html
-# NOTE:
+# NOTE 2):
# Change font directories bellow to match yours.
# DeJaVu and GhostScript font directories provided bellow are the default ones.
# Windows font directory provided bellow is set according to the example in Arch Linux Wiki.
@@ -31,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=3
+pkgrel=4
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"