xbps-src: PYPI_SITE: use files.pythonhosted.org for less redirections
This commit is contained in:
parent
2e288b4b8d
commit
da4d9b7f23
3 changed files with 3 additions and 3 deletions
|
@ -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*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue