summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2017-07-17 08:12:01 +0200
committerMarkus Weimar2017-07-17 08:12:01 +0200
commit0e0f319d84ef3a1e3678810f4bed366fc69934e1 (patch)
tree2b7f4c4b896881d83edaf4431a8f31c1d416690c
parentfbd00dc71239d5badc386c3dbbff0f1eae1b8024 (diff)
downloadaur-0e0f319d84ef3a1e3678810f4bed366fc69934e1.tar.gz
Updated to version 1.13.2.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e219d090567a..9fd2a2d8ba4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 09:12:13 UTC 2017
+# Mon Jul 17 06:06:48 UTC 2017
pkgbase = ttf-iosevka-ss05
pkgdesc = A slender monospace typeface. Shape: Fira Mono.
- pkgver = 1.13.1
+ pkgver = 1.13.2
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
arch = any
@@ -21,9 +21,9 @@ pkgbase = ttf-iosevka-ss05
conflicts = ttf-iosevka-ss09
conflicts = ttf-iosevka-ss10
conflicts = ttf-iosevka-ss11
- source = https://github.com/be5invis/Iosevka/releases/download/v1.13.1/iosevka-ss05-1.13.1.zip
+ source = https://github.com/be5invis/Iosevka/releases/download/v1.13.2/iosevka-ss05-1.13.2.zip
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md
- sha256sums = 62a9c765237a02b10045c7ffab2f12a8705e1f090bb1ba3aa263699fe8bfb4f4
+ sha256sums = 0ae69f3ec5cb29c8f8ce2511493af42b5a90693c7d1e9a61c853b381fbf1283b
sha256sums = a7a0e1da98ab1bae99a1f246f45e51720e0cc13a53b4a5b0692f64991d2191af
pkgname = ttf-iosevka-ss05
diff --git a/PKGBUILD b/PKGBUILD
index cd64761b4305..4de6046a44bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka-ss05
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
pkgdesc='A slender monospace typeface. Shape: Fira Mono.'
arch=('any')
@@ -21,12 +21,11 @@ conflicts=('ttf-iosevka'
'ttf-iosevka-ss11')
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/iosevka-ss05-${pkgver}.zip"
"https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE.md")
-sha256sums=('62a9c765237a02b10045c7ffab2f12a8705e1f090bb1ba3aa263699fe8bfb4f4'
+sha256sums=('0ae69f3ec5cb29c8f8ce2511493af42b5a90693c7d1e9a61c853b381fbf1283b'
'a7a0e1da98ab1bae99a1f246f45e51720e0cc13a53b4a5b0692f64991d2191af')
package() {
- cd ${srcdir}
- install -d ${pkgdir}/usr/share/fonts/TTF/
- install -m644 ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
- install -D -m644 LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
+ install -d ${pkgdir}/usr/share/fonts/TTF/
+ install -m644 ${srcdir}/ttf/*.ttf ${pkgdir}/usr/share/fonts/TTF/
+ install -D -m644 ${srcdir}/LICENSE.md ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
}