summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiloš2016-06-21 16:01:07 +0200
committerMiloš2016-06-21 16:01:07 +0200
commitb603d2c3eee206d9e2b4f0c8ecf9197657826ec4 (patch)
tree3454f32bc715e7b59d52e789d6860411b8dae793 /PKGBUILD
parent6de4571b5d1929edd5f97eee324e78e58ea8b8bc (diff)
downloadaur-b603d2c3eee206d9e2b4f0c8ecf9197657826ec4.tar.gz
move fontforge to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a86d0ffe8473..c24ba7c4f1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ttf-webhostinghub-glyphs
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc='WebHostingHub Glyphs icon font by webhostinghub.com'
arch=('any')
url='http://www.webhostinghub.com/glyphs/'
license=('OFL')
-depends=('fontconfig' 'xorg-font-utils' 'fontforge')
+depends=('fontconfig' 'xorg-font-utils')
+makedepends=('fontforge')
install=ttf-webhostinghub-glyphs.install
source=('http://www.webhostinghub.com/glyphs/resources/whhg-font.zip')
md5sums=('09993f3df25fa9edfca8b856b23c1425')