xbps-src: PYPI_SITE: use files.pythonhosted.org for less redirections

This commit is contained in:
Alessio Sergi 2016-05-13 17:35:35 +02:00
parent 2e288b4b8d
commit da4d9b7f23
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ update_check() {
url="https://launchpad.net/$lpname/+download";;
*cpan.*)
pkgname=${pkgname#perl-};;
*pypi.io*)
*pythonhosted.org*)
pkgname=${pkgname#python-}
url="https://pypi.io/simple/$pkgname";;
*github.com*)