python/python3-pywayland: Fix github tarball handling.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-02-04 23:14:40 +09:00 committed by Willy Sudiarto Raharjo
parent cf1e3cf3a9
commit af78368322
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,7 +1,7 @@
PRGNAM="python3-pywayland"
VERSION="0.4.14"
HOMEPAGE="https://github.com/flacjacket/pywayland"
DOWNLOAD="https://github.com/flacjacket/pywayland/archive/v0.4.14/python3-pywayland-0.4.14.tar.gz"
DOWNLOAD="https://github.com/flacjacket/pywayland/archive/v0.4.14/pywayland-0.4.14.tar.gz"
MD5SUM="bd14adba219986be14f58e4ca9eaa2b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""