switch to HTTPS where available

This commit is contained in:
Viktor Szakats
2017-09-16 01:23:09 +00:00
parent 3b15598f2b
commit 746a478425
150 changed files with 187 additions and 189 deletions

View File

@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
arch=('any')
license=('PSF')
url="http://pypi.python.org/pypi/setuptools"
url="https://pypi.python.org/pypi/setuptools"
makedepends=('python3-packaging' 'python2-packaging' 'python3-appdirs' 'python2-appdirs' 'python3-pip'
'python2-pip')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz")