Date: Monday, June 17, 2019 @ 20:47:20
  Author: arojas
Revision: 482025

https

Modified:
  python2-contextlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-17 20:46:49 UTC (rev 482024)
+++ PKGBUILD    2019-06-17 20:47:20 UTC (rev 482025)
@@ -7,7 +7,7 @@
 pkgrel=2
 pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
 arch=('any')
-url="http://pypi.python.org/pypi/${_pypiname}";
+url="https://pypi.python.org/pypi/${_pypiname}";
 license=('PSF')
 depends=('python2')
 makedepends=('python2-setuptools')

Reply via email to