diff --git a/guix/import/launchpad.scm b/guix/import/launchpad.scm index 1162cbe123279ccc5ce122719c00fa2b89a1c73c..c991ccfe6ed41cb018aa5be9f85e64dadab16c01 100644 --- a/guix/import/launchpad.scm +++ b/guix/import/launchpad.scm @@ -32,7 +32,7 @@ (define (find-extension url) "Return the extension of the archive e.g. '.tar.gz' given a URL, or false if none is recognized" (find (lambda (x) (string-suffix? x url)) - (list ".tar.gz" ".tar.bz2" ".tar.xz" + (list ".orig.tar.gz" ".tar.gz" ".tar.bz2" ".tar.xz" ".zip" ".tar" ".tgz" ".tbz" ".love"))) (define (updated-launchpad-url old-package new-version)