summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ccbbfb4213..3439cdf31f1b 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.0beta7
+ pkgver = 1.0beta8
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-beta7.zip
+ source = https://github.com/be5invis/Iosevka/archive/v1.0-beta8.zip
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
- sha256sums = b8a5bbe8fb14a925cb8d2bf107d10285d88a6248bae7222351bcd5b9eb7591ec
+ sha256sums = 02d123efa2126d62ca90909771014f07b0c3268ad5a1cee57bfb12947ce11dff
sha256sums = 79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c
pkgname = ttf-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index 2bb20d2feef4..bed81672ca2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
-pkgver=1.0beta7
+pkgver=1.0beta8
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.'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
license=('custom:OFL')
-source=("https://github.com/be5invis/Iosevka/archive/v1.0-beta7.zip"
+source=("https://github.com/be5invis/Iosevka/archive/v1.0-beta8.zip"
'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE')
install=${pkgname}.install
-sha256sums=('b8a5bbe8fb14a925cb8d2bf107d10285d88a6248bae7222351bcd5b9eb7591ec'
+sha256sums=('02d123efa2126d62ca90909771014f07b0c3268ad5a1cee57bfb12947ce11dff'
'79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c')
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 Iosevka-1.0-beta7/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 Iosevka-1.0-beta8/*.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}