summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc34f035b816..90de4667dcf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = gohufont-otb
pkgdesc = OpenType bitmap conversion of Gohufont
pkgver = 2.1
- pkgrel = 2
+ pkgrel = 3
url = https://font.gohu.org
arch = any
license = custom:WTFPL
makedepends = fonttosfnt
- conflicts = gohufont
- conflicts = gohu-ttf
- conflicts = gohufont-powerline
source = https://font.gohu.org/gohufont-2.1.tar.gz
md5sums = 154921c092ac5a4e1806e04d84d6707d
diff --git a/PKGBUILD b/PKGBUILD
index f69781c9b59d..a43e2c21d46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=gohufont-otb
pkgver=2.1
-pkgrel=2
+pkgrel=3
pkgdesc="OpenType bitmap conversion of Gohufont"
arch=(any)
url=https://font.gohu.org
license=(custom:WTFPL)
makedepends=(fonttosfnt)
-conflicts=(gohufont gohu-ttf gohufont-powerline)
source=(https://font.gohu.org/gohufont-$pkgver.tar.gz)
md5sums=(154921c092ac5a4e1806e04d84d6707d)
@@ -29,7 +28,7 @@ build() {
package() {
cd "$srcdir/gohufont-$pkgver"
for i in *.otb; do
- install -Dm 644 $i "$pkgdir/usr/share/fonts/misc/$i"
+ install -Dm 644 $i "$pkgdir/usr/share/fonts/$pkgname/$i"
done
- install -Dm644 COPYING-LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING-LICENSE"
+ install -Dm 644 COPYING-LICENSE "$pkgdir/usr/share/licenses/$pkgname/COPYING-LICENSE"
}