summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-11-29 17:10:22 +0100
committerMarkus Weimar2015-11-29 17:10:22 +0100
commitbbd21041b41437cde6b5e1a256507ccff82013db (patch)
treec63f83c4169530af2c97d20d6ab48896d30d036e
parent96eb51cac71f283a7091098f3a2c0fe2010a7060 (diff)
downloadaur-bbd21041b41437cde6b5e1a256507ccff82013db.tar.gz
Updated to version 1.0.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5719d34e2dc..bb3befb36b43 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.0beta9
+ pkgver = 1.0.0
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-beta9.zip
+ source = https://github.com/be5invis/Iosevka/archive/v1.0.0.zip
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
- sha256sums = c0abb1f9340907cdf21177c8029140da16e9bacc82eb741cfcc5d85b4e63fc16
+ sha256sums = de2c12441968a5c9ce3ee47eec0fbf73085c0453dd6bd502174a9a175a0ba0e1
sha256sums = 79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c
pkgname = ttf-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index 0815d26b4542..10a18bdbb3ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
-pkgver=1.0beta9
+pkgver=1.0.0
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-beta9.zip"
+source=("https://github.com/be5invis/Iosevka/archive/v${pkgver}.zip"
'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE')
install=${pkgname}.install
-sha256sums=('c0abb1f9340907cdf21177c8029140da16e9bacc82eb741cfcc5d85b4e63fc16'
+sha256sums=('de2c12441968a5c9ce3ee47eec0fbf73085c0453dd6bd502174a9a175a0ba0e1'
'79e60eb609efc006ca2a552d998efb1675262d4cae848244a3e2e61df0894b0c')
package() {
cd ${srcdir}
install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 Iosevka-1.0-beta9/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 Iosevka-${pkgver}/*.ttf ${pkgdir}/usr/share/fonts/TTF/
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}