diff options
Diffstat (limited to 'testing/py-django-south/APKBUILD')
-rw-r--r-- | testing/py-django-south/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-django-south/APKBUILD b/testing/py-django-south/APKBUILD index 324c0f8eb0..cf253e8bb8 100644 --- a/testing/py-django-south/APKBUILD +++ b/testing/py-django-south/APKBUILD @@ -9,7 +9,7 @@ arch=noarch license=BSD depends=py-django makedepends=py-setuptools -source=https://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz +source="https://files.pythonhosted.org/packages/source/S/South/South-$pkgver.tar.gz" _builddir=$srcdir/South-$pkgver prepare() { |