summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloš2016-06-21 16:01:07 +0200
committerMiloš2016-06-21 16:01:07 +0200
commitb603d2c3eee206d9e2b4f0c8ecf9197657826ec4 (patch)
tree3454f32bc715e7b59d52e789d6860411b8dae793
parent6de4571b5d1929edd5f97eee324e78e58ea8b8bc (diff)
downloadaur-b603d2c3eee206d9e2b4f0c8ecf9197657826ec4.tar.gz
move fontforge to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd4d898040c..4e180ac537ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ttf-webhostinghub-glyphs
pkgdesc = WebHostingHub Glyphs icon font by webhostinghub.com
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.webhostinghub.com/glyphs/
install = ttf-webhostinghub-glyphs.install
arch = any
license = OFL
+ makedepends = fontforge
depends = fontconfig
depends = xorg-font-utils
- depends = fontforge
source = http://www.webhostinghub.com/glyphs/resources/whhg-font.zip
md5sums = 09993f3df25fa9edfca8b856b23c1425
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')