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