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

Kyle Keen kkeen at archlinux.org
Fri Dec 22 22:04:58 UTC 2017


    Date: Friday, December 22, 2017 @ 22:04:57
  Author: kkeen
Revision: 275573

fix https

Modified:
  python-blessings/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 21:56:36 UTC (rev 275572)
+++ PKGBUILD	2017-12-22 22:04:57 UTC (rev 275573)
@@ -14,7 +14,7 @@
 depends=('python')
 makedepends=('python-distribute' 'python2-distribute')
 #options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz")
 md5sums=('4f552a8ebcd4982693c92571beb99394')
 
 prepare() {



More information about the arch-commits mailing list