summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2019-04-15 00:09:02 +0200
committerDenis 'GNUtoo' Carikli2019-04-15 00:11:45 +0200
commitcb9e2975da8c84024df2f254f7423ffcd1788e7f (patch)
tree188aa50d635df3fa967a35212e05d26bb024e02d
parentbfba67fa48235db45a4ad802a04a0d1f9841db5c (diff)
downloadaur-cb9e2975da8c84024df2f254f7423ffcd1788e7f.tar.gz
Use humain readable URL
Thanks to elibrokeit on #parabola on Freenode for pointing me to the documentation[1] that explains how to use proper humain readable URLs. References: ----------- [1]https://wiki.archlinux.org/index.php/Python_package_guidelines Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ce6023b7b6f..5875018d5891 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ depends=('python-cryptography'
'python-requests'
'python-six')
options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/00/a6/677563dc39553b116b528c96d94e3e17ec1218d415e5337dc50f0ee924f4/${_pkgname}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha256sums=('8c33bbf69750f75a9240c8e9d6bbfb9b6db8c3c62f8527481df0d8bf8c6bbadb')
package() {