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

Dave Reisner dreisner at archlinux.org
Mon Oct 31 13:48:58 UTC 2016


    Date: Monday, October 31, 2016 @ 13:48:58
  Author: dreisner
Revision: 279530

fix typo in source URL specification

This ends up being harmless if and only if the URL is downloaded via curl
without the -g option (which is what makepkg does).

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-31 13:02:11 UTC (rev 279529)
+++ PKGBUILD	2016-10-31 13:48:58 UTC (rev 279530)
@@ -11,7 +11,7 @@
 url="http://www.gnu.org/software/autogen/"
 license=('GPL3')
 depends=('guile' 'libxml2')
-source=(http://ftp.gnu.org/gnu/${pkgname}/rel{$pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('a9e91d1c30d27541c600e340f666a985'
          'SKIP')
 validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb <bkorb at gnu.org>



More information about the arch-commits mailing list