diff options
Diffstat (limited to 'testing/py-cheetah/APKBUILD')
-rw-r--r-- | testing/py-cheetah/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cheetah/APKBUILD b/testing/py-cheetah/APKBUILD index 0c049815f0..362c00528b 100644 --- a/testing/py-cheetah/APKBUILD +++ b/testing/py-cheetah/APKBUILD @@ -12,7 +12,7 @@ depends="python" makedepends="python-dev" install="" subpackages="" -source="https://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 prepare() { |