Date: Friday, January 16, 2015 @ 13:22:25 Author: heftig Revision: 229421
fc-cache and urls Modified: adobe-source-code-pro-fonts/trunk/PKGBUILD adobe-source-code-pro-fonts/trunk/fonts.install ---------------+ PKGBUILD | 10 +++++----- fonts.install | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-16 12:09:26 UTC (rev 229420) +++ PKGBUILD 2015-01-16 12:22:25 UTC (rev 229421) @@ -3,18 +3,18 @@ pkgname=adobe-source-code-pro-fonts pkgver=1.017 -pkgrel=1 +pkgrel=2 pkgdesc="A set of mono-spaced OpenType fonts designed for coding environments" arch=(any) -url="http://sourceforge.net/projects/sourcecodepro.adobe" +url="http://adobe-fonts.github.io/source-code-pro/" license=(custom) depends=(fontconfig) install=fonts.install -source=(http://downloads.sourceforge.net/sourcecodepro.adobe/SourceCodePro_FontsOnly-${pkgver}.zip) -sha256sums=('8136b4686309c428ef073356ab178c2f7e8f7b6fadd5a6c61b6a20646377b21f') +source=(https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz) +sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f') package() { - cd SourceCodePro_FontsOnly-$pkgver + cd source-code-pro-${pkgver}R install -d "$pkgdir/usr/share/fonts/adobe-source-code-pro" install -t "$pkgdir/usr/share/fonts/adobe-source-code-pro" -m644 OTF/*.otf install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" Modified: fonts.install =================================================================== --- fonts.install 2015-01-16 12:09:26 UTC (rev 229420) +++ fonts.install 2015-01-16 12:22:25 UTC (rev 229421) @@ -1,5 +1,5 @@ post_install() { - fc-cache -f + fc-cache -s } post_upgrade() {
