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 9b7ab13..29c2abd 100755
--- a/xnuxnu
+++ b/xnuxnu
@@ -20,6 +20,8 @@ void_version=$(./xbps-src show "$1" | sed -n '/version/s/[^:]*:[\t]*//p')
 				url="http://sourceforge.net/projects/$pkgname/rss?limit=200";;
 			*code.google.com*|*googlecode*)
 				url="http://code.google.com/p/$pkgname/downloads/list";;
+			*launchpad.net*)
+				url="https://launchpad.net/$pkgname/+download";;
 			*cpan.*)
 				pkgname=${pkgname#perl-};;
 			*pypi.python.org*)