diff options
Diffstat (limited to 'testing/pylint/APKBUILD')
-rw-r--r-- | testing/pylint/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pylint/APKBUILD b/testing/pylint/APKBUILD index 1f6f33d936..385f18f34d 100644 --- a/testing/pylint/APKBUILD +++ b/testing/pylint/APKBUILD @@ -12,7 +12,7 @@ depends_dev="" makedepends="python-dev py-setuptools py-astroid" install="" subpackages="$pkgname-doc" -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() { |