Date: Friday, January 16, 2015 @ 13:08:16
  Author: heftig
Revision: 229419

fc-cache and urls

Modified:
  cantarell-fonts/trunk/PKGBUILD
  cantarell-fonts/trunk/cantarell-fonts.install

-------------------------+
 PKGBUILD                |    6 +++---
 cantarell-fonts.install |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-01-16 12:05:58 UTC (rev 229418)
+++ PKGBUILD    2015-01-16 12:08:16 UTC (rev 229419)
@@ -3,14 +3,14 @@
 
 pkgname=cantarell-fonts
 pkgver=0.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Cantarell font family"
 arch=('any')
-url="http://abattis.org/cantarell/";
+url="https://git.gnome.org/browse/cantarell-fonts";
 license=('GPL2')
 depends=('fontconfig')
 install=cantarell-fonts.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-${pkgver}.tar.xz)
 sha256sums=('15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c')
 
 build() {

Modified: cantarell-fonts.install
===================================================================
--- cantarell-fonts.install     2015-01-16 12:05:58 UTC (rev 229418)
+++ cantarell-fonts.install     2015-01-16 12:08:16 UTC (rev 229419)
@@ -1,5 +1,5 @@
 post_install() {
-  fc-cache -f
+  fc-cache -s
 }
 
 post_upgrade() {

Reply via email to