summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2020-04-08 21:45:51 -0500
committerRyan Farley2020-04-08 21:45:51 -0500
commit0eff9b9d7b2ca67a4f30da087dfd383e3721d657 (patch)
treee5ed35421967c1b4812ae2c28ccc2f7de14a434e /PKGBUILD
parent41d45e7d53eea9d519aab2375f3cf56e6277dabc (diff)
downloadaur-0eff9b9d7b2ca67a4f30da087dfd383e3721d657.tar.gz
update deps -- fonttosfnt works now
With an upstream release, fonttosfnt now includes all required patches and builds this just fine, so there's no need to require the -git variant anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceb165ad56e2..c8ef4c2734a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
_pkgname=tamsyn-font
pkgname=tamsyn-font-otb
pkgver=1.11
-pkgrel=4
+pkgrel=5
pkgdesc="A monospaced bitmap font for the console and X11 (OTB Format)"
arch=('any')
url="http://www.fial.com/~scott/tamsyn-font"
license=('custom')
conflicts=('tamsyn-font')
provides=('tamsyn-font')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils' 'fonttosfnt-git')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils' 'fonttosfnt')
source=("https://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')