summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-25 20:41:15 -0300
committerDaniel Bermond2017-02-25 20:41:15 -0300
commit7422cff6d59f561829512db0e20c327e289fd0f0 (patch)
treefff6194c1c786a2a015c7d038076d0730e7ffbd0
parent913ecee6cc8fde8270ac90e7377ff0e014ec8af8 (diff)
downloadaur-7422cff6d59f561829512db0e20c327e289fd0f0.tar.gz
Comment block: added AUR dependencies
This information can be unseful in some situations.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD14
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7684afbbbd..e04913457ae4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 23:29:54 UTC 2017
+# Sat Feb 25 23:40:55 UTC 2017
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
- pkgver = 7.0.3.9.r11388.g8af0328
- pkgrel = 2
+ pkgver = 7.0.5.1.r11697.ga815864fb
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ad6e7ef47c8e..494d3e054cb0 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.
@@ -22,8 +28,8 @@ _windows_font_dir="/usr/share/fonts/WindowsFonts"
_1st_apple_font_dir="/usr/share/fonts/TTF"
_2nd_apple_font_dir="/usr/share/fonts/Type1"
pkgname=imagemagick-full-git
-pkgver=7.0.3.9.r11388.g8af0328
-pkgrel=2
+pkgver=7.0.5.1.r11697.ga815864fb
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"