summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90de4667dcf8..fa54889a5282 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = gohufont-otb
pkgdesc = OpenType bitmap conversion of Gohufont
pkgver = 2.1
- pkgrel = 3
+ pkgrel = 4
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 a43e2c21d46a..4877218c4081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=gohufont-otb
pkgver=2.1
-pkgrel=3
+pkgrel=4
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)