summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-08-25 09:47:34 +0200
committerMarkus Weimar2019-08-25 09:47:34 +0200
commite633c161b84dbddf4963d5f544212a5efe9abd14 (patch)
tree95b54964475821f108114493bf158583a0df8c28
parent67ab8081b187c87c99c2c4126d0a4e672c87962c (diff)
downloadaur-e633c161b84dbddf4963d5f544212a5efe9abd14.tar.gz
Update to version 2.3.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3ca2be26cfc..dce1eb15c56f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-iosevka-ss06
pkgdesc = A slender monospace typeface. Shape: Liberation Mono
- pkgver = 2.2.1
- pkgrel = 2
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://be5invis.github.io/Iosevka/
arch = any
license = custom:OFL
depends = fontconfig
depends = xorg-font-utils
- source = https://github.com/be5invis/Iosevka/releases/download/v2.2.1/iosevka-ss06-2.2.1.zip
- source = ttf-iosevka-ss06-2.2.1-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
- sha256sums = a692358139b98d223af24649d06c27fb3c63e206abde0c7cce7c2fd387842319
+ source = https://github.com/be5invis/Iosevka/releases/download/v2.3.0/iosevka-ss06-2.3.0.zip
+ source = ttf-iosevka-ss06-2.3.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ sha256sums = 73f1e0435463fdf19bb444b26913373d7a5eb57795d4035bae4005f36cda9b96
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
pkgname = ttf-iosevka-ss06
diff --git a/PKGBUILD b/PKGBUILD
index f88cf85958d9..9c863dc44c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-ss06
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc='A slender monospace typeface. Shape: Liberation Mono'
arch=('any')
url='https://be5invis.github.io/Iosevka/'
@@ -9,11 +9,11 @@ license=('custom:OFL')
depends=('fontconfig' 'xorg-font-utils')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-ss06-${pkgver}.zip"
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
-sha256sums=('a692358139b98d223af24649d06c27fb3c63e206abde0c7cce7c2fd387842319'
+sha256sums=('73f1e0435463fdf19bb444b26913373d7a5eb57795d4035bae4005f36cda9b96'
'ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000')
package() {
- install -d ${pkgdir}/usr/share/fonts/${pkgname}/
- install -m644 ${srcdir}/ttf/*.ttf ${pkgdir}/usr/share/fonts/${pkgname}/
+ install -d ${pkgdir}/usr/share/fonts/${pkgname}
+ install -m644 ${srcdir}/ttf/*.ttf ${pkgdir}/usr/share/fonts/${pkgname}
install -D -m644 ${pkgname}-${pkgver}-${pkgrel}-LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}