Date: Friday, January 16, 2015 @ 13:30:01 Author: heftig Revision: 229424
1.017, fc-cache and urls Modified: adobe-source-serif-pro-fonts/trunk/PKGBUILD adobe-source-serif-pro-fonts/trunk/fonts.install ---------------+ PKGBUILD | 8 ++++---- fonts.install | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-16 12:27:24 UTC (rev 229423) +++ PKGBUILD 2015-01-16 12:30:01 UTC (rev 229424) @@ -2,16 +2,16 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=adobe-source-serif-pro-fonts -pkgver=1.014 +pkgver=1.017 pkgrel=1 pkgdesc="A set of serif OpenType fonts designed to complement Source Sans Pro" arch=(any) -url="http://sourceforge.net/projects/sourceserifpro.adobe" +url="http://adobe-fonts.github.io/source-serif-pro/" license=(custom) depends=(fontconfig) install=fonts.install -source=(http://downloads.sourceforge.net/sourceserifpro.adobe/SourceSerifPro_FontsOnly-${pkgver}.zip) -sha256sums=('50e3cdf3499967daf2ba72bc1063568f90c76d7246bd0ac52318cb92c264eaa9') +source=(https://github.com/adobe-fonts/source-serif-pro/archive/${pkgver}R.tar.gz) +sha256sums=('2f4f75b53983a399472e6972829de4e9a4aac76ad70bd111688e50c97d240212') package() { cd source-serif-pro-${pkgver}R Modified: fonts.install =================================================================== --- fonts.install 2015-01-16 12:27:24 UTC (rev 229423) +++ fonts.install 2015-01-16 12:30:01 UTC (rev 229424) @@ -1,5 +1,5 @@ post_install() { - fc-cache -f + fc-cache -s } post_upgrade() {
