summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb3befb36b43..89ad3327f778 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttf-iosevka
pkgdesc = Iosevka is a monospace coding typeface inspired by Pragmata Pro, M+ and PF DIN Mono. It is designed to have a narrow shape to be space efficient and compatible to CJK characters.
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
install = ttf-iosevka.install
@@ -8,9 +8,9 @@ pkgbase = ttf-iosevka
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/be5invis/Iosevka/archive/v1.0.0.zip
+ source = https://github.com/be5invis/Iosevka/archive/v1.0.1.zip
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
- sha256sums = de2c12441968a5c9ce3ee47eec0fbf73085c0453dd6bd502174a9a175a0ba0e1
+ sha256sums = 5dac5743c126b698e5f654afdc87372973694084e74375d77bdc8c2f3f37c777
sha256sums = 79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c
pkgname = ttf-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index 10a18bdbb3ec..ac6a8ab2116e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Iosevka is a monospace coding typeface inspired by Pragmata Pro, M+ and PF DIN Mono. It is designed to have a narrow shape to be space efficient and compatible to CJK characters.'
@@ -10,7 +10,7 @@ license=('custom:OFL')
source=("https://github.com/be5invis/Iosevka/archive/v${pkgver}.zip"
'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE')
install=${pkgname}.install
-sha256sums=('de2c12441968a5c9ce3ee47eec0fbf73085c0453dd6bd502174a9a175a0ba0e1'
+sha256sums=('5dac5743c126b698e5f654afdc87372973694084e74375d77bdc8c2f3f37c777'
'79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c')
package() {