summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2021-06-30 19:24:17 +0200
committerSébastien Leduc2021-06-30 19:24:17 +0200
commitdd4049fde01ab11ac48ed48ecd2c6c547b139a1e (patch)
tree395db1e2c39621af7298562f405ebe7935a7ea15 /PKGBUILD
parent44e086f1af007072e85c6acea3b9a3f25c10c417 (diff)
downloadaur-dd4049fde01ab11ac48ed48ecd2c6c547b139a1e.tar.gz
Update URI to use https.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6a0ba0b19f8..d0a01cc49835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python2-duckduckgo2
_realname=duckduckgo2
pkgver=0.242
-pkgrel=1
+pkgrel=2
pkgdesc="Library for querying the DuckDuckGo API"
arch=("any")
url="http://pypi.python.org/pypi/duckduckgo2"
license=('BSD')
depends=('python2')
-source=("http://pypi.python.org/packages/source/d/$_realname/$_realname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz")
md5sums=('d9668a03c41a34d7a43275303172cc3e')
package() {