summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatie Wolfe2020-08-14 16:36:26 -0400
committerKatie Wolfe2020-08-14 16:36:26 -0400
commit22424409eec1608e46bf070361dbc92dea57adc6 (patch)
treebb576f62c508c089ed0e86ce42451e764dca0c96
parent6e82f865433108972d975a6fd6f79f8a81dd2825 (diff)
downloadaur-otb-tewi-git.tar.gz
Add variants
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d317a6c44f30..c5efdf435d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otb-tewi-git
pkgdesc = Tiny bitmap font
pkgver = r313.a975d38
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lucy/tewi-font
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3e1a2e9d86ac..9c730728cda5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Katie Wolfe <wolfe@katie.host
pkgname=otb-tewi-git
pkgver=r313.a975d38
-pkgrel=1
+pkgrel=2
pkgdesc='Tiny bitmap font'
arch=('any')
url='https://github.com/lucy/tewi-font'
@@ -21,6 +21,7 @@ pkgver() {
build() {
cd "${srcdir}/tewi-font"
+ make var
for f in *.bdf; do
fonttosfnt -v -c -b -g 2 -m 1 -o "${f%.bdf}.otb" "${f}"
done