diff options
Diffstat (limited to 'testing/py-service_identity/APKBUILD')
-rw-r--r-- | testing/py-service_identity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-service_identity/APKBUILD b/testing/py-service_identity/APKBUILD index f6534fe2e9..0d3bd7baa4 100644 --- a/testing/py-service_identity/APKBUILD +++ b/testing/py-service_identity/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="$depends_dev py-setuptools pytest" install="" subpackages="" -source="https://pypi.python.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/s/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { |