summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Weimar2015-08-31 23:17:47 +0200
committerMarkus Weimar2015-08-31 23:21:44 +0200
commit5aaff61d226b19b2a7cffe4bc65150a47ae8b593 (patch)
tree9c8e3b737a111c037539181ba3ce4cf37b925712
parent1f67ad7fbf62f71a0ec5042de61df6aa0dfa9145 (diff)
downloadaur-5aaff61d226b19b2a7cffe4bc65150a47ae8b593.tar.gz
Changed font cache update.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ttf-roboto-slab.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8859d8c647ea..4b094c9df4c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ttf-roboto-slab
pkgdesc = Roboto Slab is a slab serif addition to the Roboto type family.
pkgver = 1.100263
- pkgrel = 1
+ pkgrel = 2
epoch = 3
url = https://www.google.com/fonts/specimen/Roboto+Slab
install = ttf-roboto-slab.install
diff --git a/PKGBUILD b/PKGBUILD
index 61e8e8252174..8fc0d3d8ea15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brandon Giesing <brandon@giesing.cf>
pkgname=ttf-roboto-slab
pkgver=1.100263
-pkgrel=1
+pkgrel=2
epoch=3
depends=('fontconfig' 'xorg-font-utils')
pkgdesc='Roboto Slab is a slab serif addition to the Roboto type family.'
diff --git a/ttf-roboto-slab.install b/ttf-roboto-slab.install
index 724145fffa8a..664613478fb5 100644
--- a/ttf-roboto-slab.install
+++ b/ttf-roboto-slab.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."