summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--ttf-iosevka.install4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faad2fc062e3..a23a17c62d88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 13:19:05 UTC 2016
+# Sat May 28 07:29:47 UTC 2016
pkgbase = ttf-iosevka
pkgdesc = A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.
- pkgver = 1.8.4
+ pkgver = 1.8.5
pkgrel = 1
url = https://be5invis.github.io/Iosevka/
install = ttf-iosevka.install
@@ -12,9 +12,9 @@ pkgbase = ttf-iosevka
depends = xorg-font-utils
conflicts = ttf-iosevka-hooky
conflicts = ttf-iosevka-zshaped
- source = https://github.com/be5invis/Iosevka/releases/download/v1.8.4/01.iosevka-1.8.4.zip
+ source = https://github.com/be5invis/Iosevka/releases/download/v1.8.5/01.iosevka-1.8.5.zip
source = https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
- sha256sums = 71bc358394b58efea4f45a9ad7cb717f77af9ebc037809b09684426b50d321a6
+ sha256sums = abc7531632907bd7df017a7870c4fdf82d55331fb78d3f246d0b7bca48764291
sha256sums = f552299cd7287931e62c90eb7dd0a63c29ebd434f92925c2dd3781983aec4338
pkgname = ttf-iosevka
diff --git a/PKGBUILD b/PKGBUILD
index f34b75fe29b8..6ebece685ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
-pkgver=1.8.4
+pkgver=1.8.5
pkgrel=1
pkgdesc='A slender monospace sans-serif and slab-serif typeface inspired by Pragmata Pro, M+ and PF DIN Mono.'
arch=('any')
@@ -11,7 +11,7 @@ conflicts=('ttf-iosevka-hooky' 'ttf-iosevka-zshaped')
install=${pkgname}.install
source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/01.iosevka-${pkgver}.zip"
'https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE')
-sha256sums=('71bc358394b58efea4f45a9ad7cb717f77af9ebc037809b09684426b50d321a6'
+sha256sums=('abc7531632907bd7df017a7870c4fdf82d55331fb78d3f246d0b7bca48764291'
'f552299cd7287931e62c90eb7dd0a63c29ebd434f92925c2dd3781983aec4338')
package() {
diff --git a/ttf-iosevka.install b/ttf-iosevka.install
index 664613478fb5..6032d30b1620 100644
--- a/ttf-iosevka.install
+++ b/ttf-iosevka.install
@@ -1,9 +1,9 @@
post_install() {
echo -n "Updating font cache... "
- fc-cache -sf
+ fc-cache -s
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
- echo "done."
+ echo "Done."
}
post_upgrade() {