From d58e50477e48268d1dde4a76ed9738332df5184d Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Apr 2018 19:34:04 +0200 Subject: [PATCH] update_check.sh: pypi.io -> pypi.org --- common/xbps-src/shutils/update_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index ae8212ecc96..ab866ae492e 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -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"