use secure urls
* and follow some redirects * prefer http over ftp
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user