summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2018-02-02 15:02:40 -0500
committerAdam Goldsmith2018-02-02 15:03:45 -0500
commit3223524ab714ec78efff62383f55a1f3a88270d0 (patch)
tree35297e94680c29fbd77a7879159bcdd4adb90e4a /PKGBUILD
parent496f401dfda4c02a25e9961a760cd26c58ede009 (diff)
downloadaur-3223524ab714ec78efff62383f55a1f3a88270d0.tar.gz
Use HTTPS for source
HTTP now returns "403 SSL is required"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 417c2d4f0ca1..64c7e93d4967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="http://flask-assets.readthedocs.org"
license=('BSD')
depends=('python2' 'python2-flask' 'python2-webassets')
makedepends=('python2-distribute')
-source=("http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
md5sums=('d7fa762f704ab5eb62e6801d43ce2300')
package() {