summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2019-08-25 09:47:34 +0200
committerMarkus Weimar2019-08-25 09:47:34 +0200
commitcb85029aeafec2ac2be629a9a7849d33d63841f0 (patch)
treeabc7f5ad2a9c963942bddf9bfb3d77b3cb3582f7
parentd03a7068783e2cce9cae00c7244b9e856a9b2f27 (diff)
downloadaur-cb85029aeafec2ac2be629a9a7849d33d63841f0.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 d34d9ed863ea..1480ba76d003 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ttf-iosevka-ss02
pkgdesc = A slender monospace typeface. Shape: Anonymous Pro
- 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-ss02-2.2.1.zip
- source = ttf-iosevka-ss02-2.2.1-2-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
- sha256sums = e2c7a197a6ff93e14fc98fcbdd7f437fefeaa9852d44930b8602e7bcfce2de24
+ source = https://github.com/be5invis/Iosevka/releases/download/v2.3.0/iosevka-ss02-2.3.0.zip
+ source = ttf-iosevka-ss02-2.3.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
+ sha256sums = d5f0cd9d160cd95181b9edd40bbd12e9a9475bbd241ad97bcb10eaef3c2798f5
sha256sums = ecfd74a1d6749bf509cee122870da0186bccfae446e3f6bc5faff253577ab000
pkgname = ttf-iosevka-ss02
diff --git a/PKGBUILD b/PKGBUILD
index 52dbb5b61eb4..12921cfd21de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-ss02
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
pkgdesc='A slender monospace typeface. Shape: Anonymous Pro'
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-ss02-${pkgver}.zip"
"${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
-sha256sums=('e2c7a197a6ff93e14fc98fcbdd7f437fefeaa9852d44930b8602e7bcfce2de24'
+sha256sums=('d5f0cd9d160cd95181b9edd40bbd12e9a9475bbd241ad97bcb10eaef3c2798f5'
'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
}