summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-10-29 23:05:43 -0400
committerAndy Kluger2020-10-29 23:05:43 -0400
commitc14de4263a73038ba9f93c646189e9bd1473a9a7 (patch)
treeff1a2f96aff6e1143189541872c92d4d67555598
parent36853af0bae642271b33278847f93d293813a80d (diff)
downloadaur-c14de4263a73038ba9f93c646189e9bd1473a9a7.tar.gz
drop obsolete makedeps and update character variants
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab6c12a53b1..1eae294205c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = ttf-iosevka-git
pkgdesc = A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.
- pkgver = r1808.057cac08
+ pkgver = r2050.075dd6e4
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
- makedepends = afdko
makedepends = git
makedepends = nodejs
makedepends = npm
- makedepends = otfcc
makedepends = ttfautohint
provides = ttf-iosevka
conflicts = ttf-iosevka
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0a4ed33594e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/ttf-iosevka-git-*.pkg.*
+/src
+/pkg
+/Iosevka
diff --git a/PKGBUILD b/PKGBUILD
index 13323d7a9765..4c78790cd370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-git
-pkgver=r1808.057cac08
+pkgver=r2050.075dd6e4
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
-makedepends=('afdko' 'git' 'nodejs' 'npm' 'otfcc' 'ttfautohint')
+makedepends=('git' 'nodejs' 'npm' 'ttfautohint')
depends=()
conflicts=('ttf-iosevka')
provides=('ttf-iosevka')