summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorejjl2023-02-14 19:45:07 +0200
committerejjl2023-02-14 19:45:07 +0200
commite73a989cf0716e7d7042b33166414a9796657b99 (patch)
tree69103e67f6f049fd6a9e8e5ded371ff66c9c55b5
parentd83d04b3fc1c0f3faaa71173c8ea5551a2d9402e (diff)
downloadaur-e73a989cf0716e7d7042b33166414a9796657b99.tar.gz
Pkg description: Added which font formats are included in the package
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd4e7e4ceb87..2099b63e52f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spleen-font
- pkgdesc = Monospaced bitmap fonts
+ pkgdesc = Monospaced bitmap fonts for user interface including console (OTB, OTF, PSFU)
pkgver = 1.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.cambus.net/spleen-monospaced-bitmap-fonts/
arch = any
license = BSD
diff --git a/.gitignore b/.gitignore
index 924dfb95c209..f18e1a5ce87c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
pkg/
src/
*.tar.*
+PKGBUILD-before-adoption
diff --git a/PKGBUILD b/PKGBUILD
index 5ef9851287d7..ffe7640c4e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ _fontname=spleen
pkgname=spleen-font
pkgver=1.9.1
-pkgrel=2
-pkgdesc="Monospaced bitmap fonts"
+pkgrel=3
+pkgdesc="Monospaced bitmap fonts for user interface including console (OTB, OTF, PSFU)"
arch=('any')
license=('BSD')
url="https://www.cambus.net/spleen-monospaced-bitmap-fonts/"