summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh VanderLinden2016-11-16 23:03:43 -0700
committerJosh VanderLinden2016-11-16 23:03:43 -0700
commitcb6274141ea57c7f606f9d03215ac35008a2874c (patch)
tree5a0a234382d443fb2b81e8a01bf1ab5a0f93e372
parent90ee6f4e8c3902524f660f2938eaacb9da01b557 (diff)
downloadaur-cb6274141ea57c7f606f9d03215ac35008a2874c.tar.gz
Update descriptions
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 474e206431d5..9d8a6a0d4a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,6 @@ pkgbase='ttf-go-git'
pkgname=('ttf-go-mono-git' 'ttf-go-sans-git')
pkgver=r192.b7f8df6
pkgrel=1
-pkgdesc="The Go font family"
arch=('any')
url="https://go.googlesource.com/image"
license=('BSD')
@@ -24,6 +23,8 @@ core_package() {
}
package_ttf-go-mono-git() {
+ pkgdesc="Monospace fonts from the Go font family"
+
core_package
for fn in $(ls "${srcdir}/repo/font/gofont/ttfs/"*.ttf | grep -i mono); do
@@ -32,6 +33,8 @@ package_ttf-go-mono-git() {
}
package_ttf-go-sans-git() {
+ pkgdesc="Sans-serif fonts from the Go font family"
+
core_package
for fn in $(ls "${srcdir}/repo/font/gofont/ttfs/"*.ttf | grep -vi mono); do