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

Dave Reisner dreisner at archlinux.org
Sat Dec 27 16:39:35 UTC 2014


    Date: Saturday, December 27, 2014 @ 17:39:35
  Author: dreisner
Revision: 228091

use HTTP instead of FTP to fetch sources (FS#43240)

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-27 16:30:04 UTC (rev 228090)
+++ PKGBUILD	2014-12-27 16:39:35 UTC (rev 228091)
@@ -13,7 +13,7 @@
 makedepends=('systemd' 'python')
 license=('GPL2')
 options=('strip' 'debug')
-source=("ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.25/$pkgname-$pkgver.tar.xz"
+source=("https://www.kernel.org/pub/linux/utils/util-linux/v2.25/$pkgname-$pkgver.tar.xz"
         uuidd.tmpfiles
         pam-{login,common,su})
 md5sums=('cab3d7be354000f629bc601238b629b3'



More information about the arch-commits mailing list