summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2020-08-08 07:18:23 -0500
committerRyan Farley2020-08-08 07:18:23 -0500
commitb3e44f2837b1c001830a8dc8e849ec706241429e (patch)
treeb76d7e8c9785177e91b70f843a6eb4e3b185246b /PKGBUILD
parent33bec24662ac1ba2087e7552deb80617acc9d7e4 (diff)
downloadaur-b3e44f2837b1c001830a8dc8e849ec706241429e.tar.gz
fix deps
No more xorg-font-utils, so use what the main package now requires.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c307a04ded4a..2b66720142e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=tamsyn-font
pkgname=tamsyn-font-otb
pkgver=1.11
-pkgrel=5
+pkgrel=6
pkgdesc="A monospaced bitmap font for the console and X11 (OTB Format)"
arch=('any')
url="http://www.fial.com/~scott/tamsyn-font"
@@ -13,7 +13,7 @@ license=('custom')
conflicts=('tamsyn-font')
provides=('tamsyn-font')
makedepends=('fonttosfnt')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+depends=('xorg-fonts-encodings')
source=("https://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')