summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-31 23:17:23 +0200
committerMarkus Weimar2015-08-31 23:21:29 +0200
commit2fcaecf882917d8e4adb53c09e694c329dc39893 (patch)
tree2991ffee67c952b74f647922b9e24d145220d4fb
parent778629d1012bef32d14fd0b50f70bd7d83e97043 (diff)
downloadaur-2fcaecf882917d8e4adb53c09e694c329dc39893.tar.gz
Changed font cache update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ttf-roboto-mono.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8afb7ec74c3e..ebf3bb9eb540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-roboto-mono
pkgdesc = Roboto Mono is a monospaced addition to the Roboto type family.
pkgver = 2.000985
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://www.google.com/fonts/specimen/Roboto+Mono
install = ttf-roboto-mono.install
diff --git a/PKGBUILD b/PKGBUILD
index 80abe2108f5e..f49cf6c2a5d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Weimar <mail@markusweimar.de>
pkgname=ttf-roboto-mono
pkgver=2.000985
-pkgrel=3
+pkgrel=4
epoch=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Roboto Mono is a monospaced addition to the Roboto type family.'
diff --git a/ttf-roboto-mono.install b/ttf-roboto-mono.install
index 724145fffa8a..664613478fb5 100644
--- a/ttf-roboto-mono.install
+++ b/ttf-roboto-mono.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."