[arch-commits] Commit in antlr4/trunk (PKGBUILD)

Guillaume Alaux guillaume at nymeria.archlinux.org
Mon Jun 23 19:08:12 UTC 2014


    Date: Monday, June 23, 2014 @ 21:08:12
  Author: guillaume
Revision: 215374

Fix name to downloaded source tarball

Modified:
  antlr4/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-23 19:06:03 UTC (rev 215373)
+++ PKGBUILD	2014-06-23 19:08:12 UTC (rev 215374)
@@ -9,7 +9,7 @@
 depends=('java-environment>=6')
 makedepends=('maven' 'openjdk7-src' 'unzip')
 provides=("antlr=${pkgver}")
-source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
+source=(${pkgname}-${pkgver}.zip::https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
         bin_antlr4
         bin_grun)
 sha256sums=('a41afe391f9512ad44173def8751b276b9c115e7f0e93e7a0381f3c5dfd972d5'




More information about the arch-commits mailing list