summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Kluger2019-03-16 02:26:10 -0400
committerAndy Kluger2019-03-16 02:26:10 -0400
commit245506c810fe75e05ed76b6f2b781e4d5117bdcd (patch)
tree0f6f5e56b4a24fef81257f17901c3fe96914d161 /PKGBUILD
parentd260e2109d5618d384cbc8bcc0483bcd5923cced (diff)
downloadaur-245506c810fe75e05ed76b6f2b781e4d5117bdcd.tar.gz
new build syntax; hex asterisk
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b45257b46ae0..d1b5036ff871 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=r1145.68b55c13
+pkgver=r1186.a931066d
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -15,9 +15,9 @@ source=(
"git+https://github.com/be5invis/Iosevka"
"private-build-plans.toml"
)
-md5sums=(
+sha256sums=(
'SKIP'
- '7d6b77730ff5400d69e004cc1921ea19'
+ '15a1d88a9b0841df42fac637048f1623154c11c9ae37a64d7320d1c9019668aa'
)
pkgver() {
@@ -34,7 +34,7 @@ prepare() {
build() {
cd Iosevka
npm install
- npm run build -- ttf:iosevka-term-custom
+ npm run build -- ttf::iosevka-term-custom
}
package() {