summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c24ba7c4f1bc..1a44b0688886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=ttf-webhostinghub-glyphs
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc='WebHostingHub Glyphs icon font by webhostinghub.com'
arch=('any')
-url='http://www.webhostinghub.com/glyphs/'
+url='https://www.webhostinghub.com/glyphs/'
license=('OFL')
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig')
makedepends=('fontforge')
-install=ttf-webhostinghub-glyphs.install
-source=('http://www.webhostinghub.com/glyphs/resources/whhg-font.zip')
+source=('https://www.webhostinghub.com/glyphs/resources/whhg-font.zip')
md5sums=('09993f3df25fa9edfca8b856b23c1425')
package() {
install -d $pkgdir/usr/share/fonts/TTF/
- install -m644 $srcdir/whhg-font/font/*.ttf $pkgdir/usr/share/fonts/TTF/
- ../rename.pe $pkgdir/usr/share/fonts/TTF/webhostinghub-glyphs.ttf
+ install -m644 $srcdir/whhg-font/font/webhostinghub-glyphs.ttf $pkgdir/usr/share/fonts/TTF/
}