diff options
Diffstat (limited to 'testing/py-astroid/APKBUILD')
-rw-r--r-- | testing/py-astroid/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-astroid/APKBUILD b/testing/py-astroid/APKBUILD index 2df0e88f80..77d0dbd811 100644 --- a/testing/py-astroid/APKBUILD +++ b/testing/py-astroid/APKBUILD @@ -14,7 +14,7 @@ replaces="py-logilab-astng" makedepends="python-dev py-setuptools py-logilab-common" install="" subpackages="" -source="http://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 build() { |