summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2020-03-13 02:11:40 -0400
committerAndy Kluger2020-03-13 02:11:40 -0400
commit28489a3db59189e7002833280e95723b3eb95603 (patch)
tree11a01c7b0f2745db21faaf545f2f280ecdf803f9 /PKGBUILD
parent86b58756ca0670223e0e7732d66be268b4128848 (diff)
downloadaur-28489a3db59189e7002833280e95723b3eb95603.tar.gz
replace custom toothless G patch with new upstream variant
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 2 insertions, 12 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb21c94dc555..0d9f58e20295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Kluger <AndyKluger@gmail.com>
# Contributor: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-term-custom-git
-pkgver=r1455.ac2576fa
+pkgver=r1461.43a8ca6d
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -14,12 +14,10 @@ provides=()
source=(
'git+https://github.com/be5invis/Iosevka'
'private-build-plans.toml.example'
- 'toothless-G.patch'
)
sha256sums=(
'SKIP'
- '287ecd7b677d384bcc2e29f6bf789328e5da5789d2e179d4bc516a0ca1cad0d8'
- '56d1d97b421ab462d71875ecadf57d65ee45fe26edee50922ae9ae96350cff52'
+ '9b5ccb10398aac9c07232afea46a74ed5353cdaab7ff53de5389df968aed62d1'
)
pkgver() {
@@ -35,14 +33,6 @@ prepare() {
echo ">>> $buildplans not found, using private-build-plans.toml.example"
cp private-build-plans.toml.example Iosevka/private-build-plans.toml
fi
-
- cd Iosevka
-
- # patch -p1 < ../toothless-G.patch
-
- # Uncomment the above line to get back the smoother capital G,
- # as seen in this image (look for "LIGHT"):
- # https://raw.githubusercontent.com/be5invis/Iosevka/47023ab4058987f58844f6308d8175e735106b8a/images/preview-all.png
}
build() {