summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2017-11-21 15:53:01 +0100
committerCedric Girard2017-11-21 15:53:01 +0100
commit2b41de6edc3ade00cf77ffd73acc2d6af17fb222 (patch)
tree2e1890298730efd1a34e2da30faf62d5647fe6ff /PKGBUILD
parentdc7195610d7ba9e3328c6008930b7edf467fcc7d (diff)
downloadaur-python2-flask-restplus086.tar.gz
pypi.python.org does not accept plain HTTP anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {