summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2017-09-03 00:06:18 -0400
committerKyle Keen2017-09-03 00:06:18 -0400
commitec43e685815012f7ef1ead437b9b3043fce70785 (patch)
treecb4e956600aa57c7b526df1f06769712790385f5
parent433506ffe1fa41e4e77aa77e759b174ecb243157 (diff)
downloadaur-ec43e685815012f7ef1ead437b9b3043fce70785.tar.gz
Fix URL, remove .install
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--gohufont.install20
3 files changed, 5 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134497265ff0..7e563dda9c74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 22:59:16 UTC 2016
+# Sun Sep 3 04:06:17 UTC 2017
pkgbase = gohufont
pkgdesc = A bitmap font for programming and terminal use, in two sizes
pkgver = 2.1
pkgrel = 1
- url = http://font.gohu.eu/
- install = gohufont.install
+ url = http://font.gohu.org/
arch = any
license = custom:WTFPL
depends = xorg-fonts-encodings
depends = xorg-fonts-alias
depends = xorg-font-utils
depends = fontconfig
- source = http://font.gohu.eu/gohufont-2.1.tar.gz
+ source = http://font.gohu.org/gohufont-2.1.tar.gz
md5sums = 154921c092ac5a4e1806e04d84d6707d
pkgname = gohufont
diff --git a/PKGBUILD b/PKGBUILD
index 6b5cf606b60b..c8ed1af41d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,10 @@ pkgver=2.1
pkgrel=1
pkgdesc='A bitmap font for programming and terminal use, in two sizes'
arch=(any)
-url=http://font.gohu.eu/
+url=http://font.gohu.org/
license=(custom:WTFPL)
depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
-install=$pkgname.install
-source=(http://font.gohu.eu/$pkgname-$pkgver.tar.gz)
+source=(http://font.gohu.org/$pkgname-$pkgver.tar.gz)
md5sums=('154921c092ac5a4e1806e04d84d6707d')
package() {
diff --git a/gohufont.install b/gohufont.install
deleted file mode 100644
index 42bf82c43d59..000000000000
--- a/gohufont.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo "Updating font cache... "
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- xset fp rehash >/dev/null 2>&1
- echo "Make sure that the line"
- echo "FontPath \"/usr/share/fonts/misc\""
- echo "is present in xorg.conf under the \"Files\" section"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- mkfontscale /usr/share/fonts/misc
- mkfontdir /usr/share/fonts/misc
- xset fp rehash >/dev/null 2>&1
-}
-