aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-zope-component
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-06 19:38:45 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-08 17:42:22 +0200
commitd093991db57b4a583f10dc4bed68281dfa91e566 (patch)
tree74d56609f173f1e984117a33332294a15e4c42f5 /community/py-zope-component
parent2b07f82776d339655566ff8bf92a09c3a7f68bac (diff)
community/*: change source URLs pypi.python.org to files.pythonhosted.org
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
Diffstat (limited to 'community/py-zope-component')
-rw-r--r--community/py-zope-component/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zope-component/APKBUILD b/community/py-zope-component/APKBUILD
index 471c68f82f8..2d204744f6e 100644
--- a/community/py-zope-component/APKBUILD
+++ b/community/py-zope-component/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="python-dev py-setuptools"
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() {