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

@@ -15,7 +15,7 @@ makedepends=(
"${MINGW_PACKAGE_PREFIX}-python2-six"
"${MINGW_PACKAGE_PREFIX}-python3-six"
)
source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-${pkgver}.tar.gz)
source=(https://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-${pkgver}.tar.gz)
md5sums=('4ef68e1c485b09e9f034e10473e5add2')
prepare() {