summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-11-21 15:53:01 +0100
committerCedric Girard2017-11-21 15:53:01 +0100
commit2b41de6edc3ade00cf77ffd73acc2d6af17fb222 (patch)
tree2e1890298730efd1a34e2da30faf62d5647fe6ff
parentdc7195610d7ba9e3328c6008930b7edf467fcc7d (diff)
downloadaur-python2-flask-restplus086.tar.gz
pypi.python.org does not accept plain HTTP anymore
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a63f4add86f..a2d3a135dcd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = python2-flask-restplus086
depends = python2-aniso8601>=0.82
provides = python2-flask-restplus=0.8.6
conflicts = python2-flask-restplus
- source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.6.tar.gz
+ source = https://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.8.6.tar.gz
sha1sums = 455788a4fa4cc9605760041974dbd7e4f46d9899
pkgname = python2-flask-restplus086
diff --git a/PKGBUILD b/PKGBUILD
index 226917b9c12e..ac711959e1ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
provides=('python2-flask-restplus=0.8.6')
conflicts=('python2-flask-restplus')
-source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
+source=("https://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
sha1sums=('455788a4fa4cc9605760041974dbd7e4f46d9899')
build() {