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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 3 05:46:45 UTC 2015


    Date: Wednesday, June 3, 2015 @ 07:46:44
  Author: foutrelis
Revision: 134673

Rehost source tarball

curl tries to connect to ftp.nvg.unit.no over IPv6 and therefore
the download fails because the FTP server only listens on IPv4.

Modified:
  xpacman2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-03 05:24:51 UTC (rev 134672)
+++ PKGBUILD	2015-06-03 05:46:44 UTC (rev 134673)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=(libx11 ncurses gcc-libs)
 makedepends=()
-source=(ftp://ftp.nvg.unit.no/pub/pacman/pacman-${pkgver/./_}.tar.gz
+source=(https://sources.archlinux.org/other/$pkgname/pacman-${pkgver/./_}.tar.gz
 	build-fix.patch)
 md5sums=('afcbc268d1eff6ea3a834c7a5f715f77'
          '4faf33134a2a74f284059a2971833fa1')



More information about the arch-commits mailing list