use secure urls

* follow some redirects
This commit is contained in:
Viktor Szakats
2016-02-22 21:06:36 +01:00
parent 22cc95fcd9
commit 2b119ae43f
115 changed files with 210 additions and 210 deletions

View File

@@ -7,9 +7,9 @@ pkgrel=2
pkgdesc="Implements a XML/HTML/XHTML Markup safe string for Python"
arch=('i686' 'x86_64')
license=('custom')
url="http://pypi.python.org/pypi/MarkupSafe"
url="https://pypi.python.org/pypi/MarkupSafe"
makedepends=("python2-setuptools" "python3-setuptools")
source=("http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz")
source=("https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-${pkgver}.tar.gz")
md5sums=('f5ab3deee4c37cd6a922fb81e730da6e')
build() {