summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2020-04-08 21:52:18 -0500
committerRyan Farley2020-04-08 21:52:18 -0500
commit33bec24662ac1ba2087e7552deb80617acc9d7e4 (patch)
treef12772414406e5f5d7b6f30bfefb01ff1af6804d /PKGBUILD
parent0eff9b9d7b2ca67a4f30da087dfd383e3721d657 (diff)
downloadaur-33bec24662ac1ba2087e7552deb80617acc9d7e4.tar.gz
fonttosfnt is makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8ef4c2734a2..c307a04ded4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ 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')
+makedepends=('fonttosfnt')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
source=("https://www.fial.com/~scott/$_pkgname/download/$_pkgname-$pkgver.tar.gz")
md5sums=('6ec13672d2f0d6a829f2403cdeebd980')