audio/libebur128: Fix tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-08-02 18:03:56 +01:00
parent 778859cb63
commit a1d6ca1b58
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v"$VERSION".tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,7 +1,7 @@
PRGNAM="libebur128"
VERSION="1.1.0"
HOMEPAGE="https://github.com/jiixyj/libebur128"
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/v1.1.0.tar.gz"
DOWNLOAD="https://github.com/jiixyj/libebur128/archive/1.1.0/libebur128-1.1.0.tar.gz"
MD5SUM="57d26947185e320bf73a1afeb0c301b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""