diff options
Diffstat (limited to 'audio/match-vamp-plugin/match-vamp-plugin.SlackBuild')
-rw-r--r-- | audio/match-vamp-plugin/match-vamp-plugin.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild index 87618d9ca3..ee1a61ac37 100644 --- a/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild +++ b/audio/match-vamp-plugin/match-vamp-plugin.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170816 bkw: switch to github homepage and download, since the site at +# code.soundsoftware.ac.uk isn't responding. The tarball from github has +# identical code, but a different md5sum (for one thing, it's compressed +# with gzip, not bzip2), so I'm not bumping BUILD. + PRGNAM=match-vamp-plugin VERSION=${VERSION:-1.0} BUILD=${BUILD:-2} @@ -46,7 +51,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $TARNAME-$VERSION -tar xvf $CWD/$TARNAME-$VERSION.tar.bz2 +tar xvf $CWD/$TARNAME-$VERSION.tar.gz cd $TARNAME-$VERSION chown -R root:root . find -L . \ |