summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-02-04 23:17:16 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:25 +0700
commit575eac3156fbe91e31061a085534ac95e2797aaa (patch)
treef98508cf1b4fea2a7244b5276dfceed67d044f3d /python
parentc973a24236b54d78fa20ac941acce020d4c50845 (diff)
downloadslackbuilds-575eac3156fbe91e31061a085534ac95e2797aaa.tar.gz
slackbuilds-575eac3156fbe91e31061a085534ac95e2797aaa.tar.xz
python/python3-pywlroots: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-pywlroots/python3-pywlroots.SlackBuild2
-rw-r--r--python/python3-pywlroots/python3-pywlroots.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pywlroots/python3-pywlroots.SlackBuild b/python/python3-pywlroots/python3-pywlroots.SlackBuild
index 6cbd8edfe8..d6dc28e7b6 100644
--- a/python/python3-pywlroots/python3-pywlroots.SlackBuild
+++ b/python/python3-pywlroots/python3-pywlroots.SlackBuild
@@ -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 . \
diff --git a/python/python3-pywlroots/python3-pywlroots.info b/python/python3-pywlroots/python3-pywlroots.info
index 6540298d51..57b205aa9c 100644
--- a/python/python3-pywlroots/python3-pywlroots.info
+++ b/python/python3-pywlroots/python3-pywlroots.info
@@ -1,7 +1,7 @@
PRGNAM="python3-pywlroots"
VERSION="0.15.24"
HOMEPAGE="https://github.com/flacjacket/pywlroots"
-DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.24/python3-pywlroots-0.15.24.tar.gz"
+DOWNLOAD="https://github.com/flacjacket/pywlroots/archive/v0.15.24/pywlroots-0.15.24.tar.gz"
MD5SUM="7c53af52d0faa649b893d12b7207ea43"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""