update_check.sh: pypi.io -> pypi.org

This commit is contained in:
Alessio Sergi 2018-04-20 19:34:04 +02:00
parent 995b68387b
commit d58e50477e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ update_check() {
pkgname=${pkgname#perl-};;
*pythonhosted.org*)
pkgname=${pkgname#python-}
url="https://pypi.io/simple/$pkgname";;
url="https://pypi.org/simple/$pkgname";;
*github.com*)
githubname="$(printf %s "$url" | cut -d/ -f4,5)"
url="https://github.com/$githubname/tags"