[arch-commits] Commit in python-pretend/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Dec 3 19:36:39 UTC 2017
Date: Sunday, December 3, 2017 @ 19:36:38
Author: jelle
Revision: 272034
Fix source download by switching to https
curl: (22) The requested URL returned error: 403 SSL is required
Modified:
python-pretend/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 18:25:04 UTC (rev 272033)
+++ PKGBUILD 2017-12-03 19:36:38 UTC (rev 272034)
@@ -10,7 +10,7 @@
license=('BSD')
url="https://github.com/alex/pretend"
makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pretend/pretend-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/p/pretend/pretend-$pkgver.tar.gz")
prepare() {
cp -a pretend-${pkgver}{,-py2}
More information about the arch-commits
mailing list