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

@@ -11,7 +11,7 @@ arch=('any')
license=('BSD')
url="http://pygments.org/"
makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools" "${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=(http://pypi.python.org/packages/source/P/Pygments/Pygments-${pkgver}.tar.gz)
source=(https://pypi.python.org/packages/source/P/Pygments/Pygments-${pkgver}.tar.gz)
noextract=("Pygments-${pkgver}.tar.gz")
sha256sums=('7320919084e6dac8f4540638a46447a3bd730fca172afc17d2c03eed22cf4f51')