diff options
Diffstat (limited to 'testing/py-appliancekit-ng')
-rw-r--r-- | testing/py-appliancekit-ng/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-appliancekit-ng/APKBUILD b/testing/py-appliancekit-ng/APKBUILD index e25f46b75f..670069df46 100644 --- a/testing/py-appliancekit-ng/APKBUILD +++ b/testing/py-appliancekit-ng/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev" install="" subpackages="" -source="http://pypi.python.org/packages/source/A/ApplianceKit-NG/ApplianceKit-NG-$pkgver.tar.gz" +source="https://files.pythonhosted.org/packages/source/A/ApplianceKit-NG/ApplianceKit-NG-$pkgver.tar.gz" _builddir="$srcdir"/ApplianceKit-NG-$pkgver prepare() { |