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

Felix Yan felixonmars at archlinux.org
Tue Dec 13 04:11:22 UTC 2016


    Date: Tuesday, December 13, 2016 @ 04:11:21
  Author: felixonmars
Revision: 199090

fix waf source link

Modified:
  pflask/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 04:07:40 UTC (rev 199089)
+++ PKGBUILD	2016-12-13 04:11:21 UTC (rev 199090)
@@ -13,7 +13,7 @@
 depends=('libdbus' 'bash')
 makedepends=('python-sphinx' 'git')
 source=("git+https://github.com/ghedo/pflask.git#commit=$_commit"
-        "http://ftp.waf.io/pub/release/waf-$_wafver")
+        "https://waf.io/waf-$_wafver")
 sha256sums=('SKIP'
             '81c4e6a3144c7b2021a839e7277bdaf1cedbbc87302186897b4ae03f4effcbf5')
 



More information about the arch-commits mailing list