diff options
Diffstat (limited to 'testing/py-ostinato/APKBUILD')
-rw-r--r-- | testing/py-ostinato/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ostinato/APKBUILD b/testing/py-ostinato/APKBUILD index a3d31b8ea8..a22e6779af 100644 --- a/testing/py-ostinato/APKBUILD +++ b/testing/py-ostinato/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="GPLv3" depends="python py-protobuf>=2.3.0" makedepends="python-dev py-setuptools" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { |