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