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

@@ -8,9 +8,9 @@ pkgrel=4
pkgdesc="Caching and sessions WSGI middleware for use with web applications and stand-alone Python scripts and applications (mingw-w64)"
arch=('any')
license=('BSD')
url="http://pypi.python.org/pypi/cssselect"
url="https://pypi.python.org/pypi/cssselect"
makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3")
source=("http://pypi.python.org/packages/source/c/cssselect/${_realname}-${pkgver}.tar.gz")
source=("https://pypi.python.org/packages/source/c/cssselect/${_realname}-${pkgver}.tar.gz")
md5sums=('c74f45966277dc7a0f768b9b0f3522ac')
prepare() {