summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2018-03-06 04:45:58 +0000
committerScore_Under2018-03-06 04:46:06 +0000
commitc5f579ba9c43d8911b46b1e9498fb5da94489055 (patch)
tree7155c39f5909290d832ef74b9e9da4440ea15ed2 /PKGBUILD
parentd099baf9720cc91c6d25bb3e9b7d095f61415c70 (diff)
downloadaur-python2-flvlib.tar.gz
Use HTTPS URL for Pypi
HTTP no longer works
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8697e911c299..f3b3401067d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(any)
license=('MIT')
depends=('python2')
makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/f/$_pypkgname/$_pypkgname-$pkgver.tar.bz2")
+source=("https://pypi.python.org/packages/source/f/$_pypkgname/$_pypkgname-$pkgver.tar.bz2")
md5sums=('b0da79254d69ab38796167a2f55a1dd5')
build() {