diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-19 14:27:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-07-19 15:06:47 +0200 |
commit | f9d9a8122ada529e8653fe21f122f079897d8c79 (patch) | |
tree | 06cf38639960c440258bc868c503fae1b1498add /testing/py-protobuf | |
parent | 5c4633021cc7ccd2877af2b60abd283a5897b483 (diff) | |
download | aports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.bz2 aports-f9d9a8122ada529e8653fe21f122f079897d8c79.tar.xz |
testing/py*: change source URLs pypi.python.org to files.pythonhosted.org
Diffstat (limited to 'testing/py-protobuf')
-rw-r--r-- | testing/py-protobuf/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-protobuf/APKBUILD b/testing/py-protobuf/APKBUILD index 6a1b73190c..da692d10c0 100644 --- a/testing/py-protobuf/APKBUILD +++ b/testing/py-protobuf/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-six>=1.9" makedepends="python-dev py-setuptools py-google-apputils" -source="$pkgname-$pkgver.tar.gz::http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { |