From f9d9a8122ada529e8653fe21f122f079897d8c79 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 19 Jul 2016 14:27:46 +0200 Subject: testing/py*: change source URLs pypi.python.org to files.pythonhosted.org --- testing/py-protobuf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/py-protobuf/APKBUILD') 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() { -- cgit v1.2.3