use secure urls

* and follow some redirects
* prefer http over ftp
This commit is contained in:
Viktor Szakats
2016-02-20 23:59:54 +01:00
parent 5a9cff35d7
commit e925eec97d
88 changed files with 142 additions and 142 deletions

View File

@@ -12,9 +12,9 @@ pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)"
arch=('any')
license=('PSF')
url="http://pypi.python.org/pypi/setuptools"
url="https://pypi.python.org/pypi/setuptools"
depends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3")
source=(http://pypi.python.org/packages/source/s/setuptools/${_realname}-${pkgver}.tar.gz
source=(https://pypi.python.org/packages/source/s/setuptools/${_realname}-${pkgver}.tar.gz
'0001-mingw-python-fix.patch'
'0002-Allow-usr-bin-env-in-script.patch'
'0003-MinGW-w64-Look-in-same-dir-as-script-for-exe.patch'