summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdison Ibáñez2020-07-02 12:17:58 -0500
committerEdison Ibáñez2020-07-02 12:17:58 -0500
commit95a362fa0bff055c685fb6a4cbcac2ee367671d1 (patch)
treeb86dab6ad68037f0030245fb590fd1b0136f66bd /PKGBUILD
parent81910c5d6fc237915376b3cf3761334855bfde1d (diff)
downloadaur-termsyn-font.tar.gz
FIX depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d8cc808342..171ccedc3800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=termsyn
pkgname=termsyn-font
pkgver=1.8.7
-pkgrel=1
+pkgrel=2
pkgdesc="Monospaced font based on terminus and tamsyn"
arch=('any')
url="http://sourceforge.net/projects/termsyn/"
license=('GPL-2')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-mkfontscale')
install=termsyn-font.install
source=("http://downloads.sourceforge.net/project/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('e870a0952bc1c5137a216e03095fe2db')
@@ -18,4 +18,3 @@ package () {
install -m644 *.pcf "$pkgdir/usr/share/fonts/$_pkgname/"
install -m644 *.psfu "$pkgdir/usr/share/fonts/$_pkgname/"
}
-