diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-06 19:34:49 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-08 17:39:12 +0200 |
commit | bb62c4901b5dcda2d798b25d48d8bcb55868c5f0 (patch) | |
tree | c783b9439643f213427145d274292e69bd6b8c4d /testing/buildbot/APKBUILD | |
parent | d7037afe2ba42041d38abdfcfe59185f54ca341a (diff) | |
download | aports-bb62c4901b5dcda2d798b25d48d8bcb55868c5f0.tar.bz2 aports-bb62c4901b5dcda2d798b25d48d8bcb55868c5f0.tar.xz |
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/buildbot/APKBUILD')
-rw-r--r-- | testing/buildbot/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot/APKBUILD b/testing/buildbot/APKBUILD index 5926ddf553..c85b4dee57 100644 --- a/testing/buildbot/APKBUILD +++ b/testing/buildbot/APKBUILD @@ -18,7 +18,7 @@ BUILDBOT_GROUP=buildbot pkgusers="$BUILDBOT_USER" pkggroups="$BUILDBOT_GROUP" subpackages="" -source="https://pypi.python.org/packages/source/b/buildbot/buildbot-$pkgver.tar.gz +source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz buildmaster.initd buildmaster.confd" |