network/luakit: Fixed tarball handling.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-08-27 10:35:25 +01:00 committed by Willy Sudiarto Raharjo
parent e4ca7a13d3
commit dd2587aae7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
PRGNAM="luakit"
VERSION="2.0"
HOMEPAGE="https://github.com/luakit/luakit"
DOWNLOAD="https://github.com/luakit/luakit/archive/debian/2.0/luakit-2.0.tar.gz"
DOWNLOAD="https://github.com/luakit/luakit/archive/debian/2.0/luakit-debian-2.0.tar.gz"
MD5SUM="2f5ab83a7835db482220b2279351e23c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""