Date: Friday, September 7, 2012 @ 18:45:55 Author: jgc Revision: 166446
upgpkg: cantarell-fonts 0.0.9-1 Update to 0.0.9, clean up install scriptlet Modified: cantarell-fonts/trunk/PKGBUILD cantarell-fonts/trunk/cantarell-fonts.install -------------------------+ PKGBUILD | 4 ++-- cantarell-fonts.install | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-07 22:40:50 UTC (rev 166445) +++ PKGBUILD 2012-09-07 22:45:55 UTC (rev 166446) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=cantarell-fonts -pkgver=0.0.8 +pkgver=0.0.9 pkgrel=1 pkgdesc="Cantarell font family for the GNOME desktop" arch=('any') @@ -11,7 +11,7 @@ depends=('fontconfig') install=cantarell-fonts.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) -sha256sums=('e5468861cee84c034dfc53ed9836a360bea45767873dd7840fe403a06bcc61fb') +sha256sums=('793f4e2f28e5d03b266f4f714570c9569cb7f8b993a56219539788d45e0fa3fe') build() { cd "$srcdir/$pkgname-$pkgver" Modified: cantarell-fonts.install =================================================================== --- cantarell-fonts.install 2012-09-07 22:40:50 UTC (rev 166445) +++ cantarell-fonts.install 2012-09-07 22:45:55 UTC (rev 166446) @@ -1,7 +1,5 @@ post_install() { - echo -n "Updating font cache... " - fc-cache -f > /dev/null - echo "done." + fc-cache -f } post_upgrade() {
