diff options
Diffstat (limited to 'testing/py-prettytable/APKBUILD')
-rw-r--r-- | testing/py-prettytable/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-prettytable/APKBUILD b/testing/py-prettytable/APKBUILD index 0be4315cdc..6a1d90c525 100644 --- a/testing/py-prettytable/APKBUILD +++ b/testing/py-prettytable/APKBUILD @@ -12,7 +12,7 @@ depends="python" makedepends="py-setuptools" install="" subpackages="" -source="https://pypi.python.org/packages/source/P/PrettyTable/${_pkgname}-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/P/PrettyTable/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { |