summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelix2016-07-16 20:25:35 +0200
committerfelix2016-07-16 20:26:23 +0200
commit2e51f26aa513aeb889213d9df7e66875bd79c8e8 (patch)
treec411e9241986a31a5c6aad6a081456eb3088842b /PKGBUILD
parentb395c22272fe44dab021b83d9c1c0b1f0c659cff (diff)
downloadaur-2e51f26aa513aeb889213d9df7e66875bd79c8e8.tar.gz
Add perl-gd to optdepends for unifont-utils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0870d1352b00..30c30b501e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -154,7 +154,10 @@ package_psf-unifont() {
package_unifont-utils() {
pkgdesc="A free bitmap font with wide Unicode support - utilities"
depends=('perl')
- optdepends+=('perl-wx: for the unifont-viewer utility')
+ optdepends+=(
+ 'perl-wx: for the unifont-viewer utility'
+ 'perl-gd: for the unihex2png and unipng2hex utilities'
+ )
arch=(i686 x86_64)
cd "$srcdir/unifont-${pkgver%.*}/src"