use secure urls

* follow some redirects
This commit is contained in:
Viktor Szakats
2016-02-22 21:06:36 +01:00
parent 22cc95fcd9
commit 2b119ae43f
115 changed files with 210 additions and 210 deletions

View File

@@ -7,9 +7,9 @@ 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=('python' 'python2')
source=("http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz")
md5sums=('a9028a9794fc7ae02320d32e2d7e12ee')
prepare() {