diff options
Diffstat (limited to 'testing/py-webtest/APKBUILD')
-rw-r--r-- | testing/py-webtest/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-webtest/APKBUILD b/testing/py-webtest/APKBUILD index 19cb43cfaa..ef74829355 100644 --- a/testing/py-webtest/APKBUILD +++ b/testing/py-webtest/APKBUILD @@ -14,7 +14,7 @@ makedepends="python-dev py-setuptools py-waitress py-six py-beautifulsoup4 py-webob" install="" subpackages="" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { |