summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-03-26 03:41:34 -0400
committerAndy Kluger2020-03-26 03:41:34 -0400
commit8ac17c14b03cd67ce8f12cacf5825e64b6054ef6 (patch)
tree627beae7f380e5a7510d6e05f77619a9f55f857d
parent39061a5d604b197e46707bd642f04a6fbf164004 (diff)
downloadaur-8ac17c14b03cd67ce8f12cacf5825e64b6054ef6.tar.gz
add afdko makedep; set toothless 'u' by default
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
-rw-r--r--private-build-plans.toml.example3
3 files changed, 14 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 277d1998b2df..71492f3a269b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,24 @@
pkgbase = ttf-iosevka-fixed-custom-git
pkgdesc = A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.
- pkgver = r1461.43a8ca6d
+ pkgver = r1490.57ebf7b2
pkgrel = 1
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-fixed-custom
+ conflicts = ttf-iosevka-fixed-custom
source = git+https://github.com/be5invis/Iosevka
source = private-build-plans.toml.example
sha256sums = SKIP
- sha256sums = 9b5ccb10398aac9c07232afea46a74ed5353cdaab7ff53de5389df968aed62d1
+ sha256sums = 547612d75758d3489610bf6738e1236276e65b4af8473248cc4c710bf832d743
pkgname = ttf-iosevka-fixed-custom-git
diff --git a/PKGBUILD b/PKGBUILD
index 7d9a20062b0b..bcd0510cf509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-fixed-custom-git
-pkgver=r1461.43a8ca6d
+pkgver=r1490.57ebf7b2
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=('git' 'nodejs' 'npm' 'ttfautohint' 'otfcc')
+makedepends=('afdko' 'git' 'nodejs' 'npm' 'otfcc' 'ttfautohint')
depends=('fontconfig' 'xorg-font-utils')
-conflicts=()
-provides=()
+conflicts=('ttf-iosevka-fixed-custom')
+provides=('ttf-iosevka-fixed-custom')
source=(
'git+https://github.com/be5invis/Iosevka'
'private-build-plans.toml.example'
)
sha256sums=(
'SKIP'
- '9b5ccb10398aac9c07232afea46a74ed5353cdaab7ff53de5389df968aed62d1'
+ '547612d75758d3489610bf6738e1236276e65b4af8473248cc4c710bf832d743'
)
pkgver() {
diff --git a/private-build-plans.toml.example b/private-build-plans.toml.example
index 318c94d580fe..167f3b2c5a65 100644
--- a/private-build-plans.toml.example
+++ b/private-build-plans.toml.example
@@ -34,6 +34,7 @@ design = [ # Common styles
"cv79", # curly y
"cv81", # curly Y
"cv83", # curly R
+ "cv90", # toothless u
"cv92", # toothless G
]
@@ -65,6 +66,7 @@ design = [ # Common styles
"cv79", # curly y
"cv81", # curly Y
"cv83", # curly R
+ "cv90", # toothless u
"cv92", # toothless G
]
@@ -96,6 +98,7 @@ design = [ # Common styles
"cv79", # curly y
"cv81", # curly Y
"cv83", # curly R
+ "cv90", # toothless u
"cv92", # toothless G
]