summary refs log tree commit diff
path: root/xnuxnu
diff options
context:
space:
mode:
Diffstat (limited to 'xnuxnu')
-rwxr-xr-xxnuxnu2
1 files changed, 2 insertions, 0 deletions
diff --git a/xnuxnu b/xnuxnu
index 6e13834..3be8fd3 100755
--- a/xnuxnu
+++ b/xnuxnu
@@ -22,6 +22,8 @@ void_version=$(./xbps-src show "$1" | sed -n '/version/s/[^:]*:[\t]*//p')
 				url="http://code.google.com/p/$pkgname/downloads/list";;
 			*cpan.*)
 				pkgname=${pkgname#perl-};;
+			*pypi.python.org*)
+				pkgname=${pkgname#python-};;
 			*github.com*)
 				githubname="$(echo $url | cut -d/ -f4,5)"
 				url="https://api.github.com/repos/$githubname/tags"