aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-crcmod/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-crcmod/APKBUILD')
-rw-r--r--testing/py-crcmod/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-crcmod/APKBUILD b/testing/py-crcmod/APKBUILD
index 50ee2ecaeb..777205b8a1 100644
--- a/testing/py-crcmod/APKBUILD
+++ b/testing/py-crcmod/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="MIT"
depends="python"
makedepends="python-dev"
-source="https://pypi.python.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/c/$_pkgname/$_pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {