[arch-commits] Commit in adobe-source-code-pro-fonts/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Apr 24 07:31:08 UTC 2015


    Date: Friday, April 24, 2015 @ 09:31:08
  Author: foutrelis
Revision: 237982

Fix potential source filename conflict

Modified:
  adobe-source-code-pro-fonts/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-24 07:28:12 UTC (rev 237981)
+++ PKGBUILD	2015-04-24 07:31:08 UTC (rev 237982)
@@ -10,7 +10,7 @@
 license=(custom)
 depends=(fontconfig)
 install=fonts.install
-source=(https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/adobe-fonts/source-code-pro/archive/${pkgver}R.tar.gz)
 sha256sums=('595aa593778beded801c12975f30ff1e78516654729afd2cfd8609121c50040f')
 
 package() {



More information about the arch-commits mailing list