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