summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2021-03-22 01:01:12 +0100
committerSébastien Leduc2021-03-22 01:01:12 +0100
commit403b0eabed474e183881f71e313dcd624538af54 (patch)
tree6bdd495c5416ff9759b4382732a8a15fc7f702b2
parentf4d8258ba749ef7100b9abc48ababda7330b04c4 (diff)
downloadaur-403b0eabed474e183881f71e313dcd624538af54.tar.gz
Use https for URI.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b131c7297da..14fe0fd853f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL')
depends=('python2'
'python2-beautifulsoup3')
makedepends=('python2-distribute')
-source=("http://pypi.python.org/packages/source/p/$_realname/$_realname-$pkgver.tar.gz")
+source=("https://pypi.python.org/packages/source/p/$_realname/$_realname-$pkgver.tar.gz")
md5sums=('cdfec252158c5047b626861900186dfb')
package(){