diff options
Diffstat (limited to 'testing/py-cycler')
-rw-r--r-- | testing/py-cycler/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cycler/APKBUILD b/testing/py-cycler/APKBUILD index cfe2d08d4f..1ffe899888 100644 --- a/testing/py-cycler/APKBUILD +++ b/testing/py-cycler/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="https://pypi.python.org/packages/source/C/Cycler/${_pkgname}-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/C/Cycler/$_pkgname-$pkgver.tar.gz" builddir="${srcdir}/${_pkgname}-$pkgver" build() { |