summaryrefslogtreecommitdiffstats
path: root/testing/py-django-suit
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-06 19:34:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-08 17:39:12 +0200
commitbb62c4901b5dcda2d798b25d48d8bcb55868c5f0 (patch)
treec783b9439643f213427145d274292e69bd6b8c4d /testing/py-django-suit
parentd7037afe2ba42041d38abdfcfe59185f54ca341a (diff)
testing/*: change source URL 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 'testing/py-django-suit')
-rw-r--r--testing/py-django-suit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-django-suit/APKBUILD b/testing/py-django-suit/APKBUILD
index 98b97f35c11..1741c8e9ea0 100644
--- a/testing/py-django-suit/APKBUILD
+++ b/testing/py-django-suit/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="$depends_dev python-dev py-setuptools"
install=""
subpackages=""
-source="https://pypi.python.org/packages/source/d/django-suit/django-suit-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/d/django-suit/django-suit-$pkgver.tar.gz"
_builddir="$srcdir"/django-suit-$pkgver
prepare() {