summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyan Farley2020-04-08 21:45:42 -0500
committerRyan Farley2020-04-08 21:45:42 -0500
commit27d6706b2e61cfa4c8137853faced33e175860ef (patch)
treed9f8b232ad6360c37a8f7540cc6dbf215da8f080 /PKGBUILD
parent3d9959743397dbde25c4ba43978f70f24d98375c (diff)
downloadaur-jmk-x11-fonts-otb.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 57da5dd8924d..b22e0eb16fec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=jmk-x11-fonts
pkgname='jmk-x11-fonts-otb'
pkgdesc="Jim's Fonts for X (OTB conversion)"
pkgver='3.0'
-pkgrel='2'
+pkgrel='3'
license=('GPL')
url='http://nikolas.us.to/jmkfonts/'
arch=('any')
@@ -13,7 +13,7 @@ provides=('jmk-x11-fonts')
replaces=('jmk-x11-fonts')
source=("${url}/${_pkgname}-${pkgver}.tar.gz")
sha512sums=('7a99689be59eaf50742932ce27c8b41a99d10076adf9c2990e11745a873eec610257d50e844f8380658d340cf821724d459dc9b6b189666180596f2bf255957f')
-makedepends=('fonttosfnt-git' 'xorg-mkfontdir')
+makedepends=('fonttosfnt' 'xorg-mkfontdir')
build () {
cd "${_pkgname}-${pkgver}"