summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-03-26 03:42:11 -0400
committerAndy Kluger2020-03-26 03:42:11 -0400
commiteb0fd989ec52ed7691d5d169d7046e538533b741 (patch)
tree5bef936974e735227570377929856196993f16c3
parentfb1cd67e6ad1d6d04dd1db74d061eb6462dfa268 (diff)
downloadaur-eb0fd989ec52ed7691d5d169d7046e538533b741.tar.gz
add afdko makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7351b2d8e685..19d05536d196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,12 @@ pkgbase = ttf-iosevka-git
url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
+ makedepends = afdko
makedepends = git
makedepends = nodejs
makedepends = npm
- makedepends = ttfautohint
makedepends = otfcc
+ makedepends = ttfautohint
depends = fontconfig
depends = xorg-font-utils
provides = ttf-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index 8efb595c91d3..784a337040bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Prag
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
-makedepends=('git' 'nodejs' 'npm' 'ttfautohint' 'otfcc')
+makedepends=('afdko' 'git' 'nodejs' 'npm' 'otfcc' 'ttfautohint')
depends=('fontconfig' 'xorg-font-utils')
conflicts=('ttf-iosevka')
provides=('ttf-iosevka')