summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-31 23:16:54 +0200
committerMarkus Weimar2015-08-31 23:20:49 +0200
commit61b50c7000ff455d6291e9d668616e7278549033 (patch)
treeb40ce1de7ec3d4f7231cb622f986087b713b4049
parenta0cdb0b8694b7702047c8dab926f2ffec825422d (diff)
downloadaur-61b50c7000ff455d6291e9d668616e7278549033.tar.gz
Changed font cache update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ttf-iosevka.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4ed91419e63..676e8818b728 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 0.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://be5invis.github.io/Iosevka/
install = ttf-iosevka.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9c47a7944d8f..48fa54dbccbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-iosevka
pkgver=0.1.9
-pkgrel=1
+pkgrel=2
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')
diff --git a/ttf-iosevka.install b/ttf-iosevka.install
index 724145fffa8a..664613478fb5 100644
--- a/ttf-iosevka.install
+++ b/ttf-iosevka.install
@@ -1,6 +1,6 @@
post_install() {
echo -n "Updating font cache... "
- fc-cache -s > /dev/null
+ fc-cache -sf
mkfontscale /usr/share/fonts/TTF
mkfontdir /usr/share/fonts/TTF
echo "done."