summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-02-04 23:13:34 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:25 +0700
commitcf1e3cf3a9d341168998d46f33f0438fc50c607b (patch)
tree50734cd74fbaf3abcd7957dcf90960c855d8c094
parent543ec504b5765c4d89b33a651aa8a3ad967492af (diff)
downloadslackbuilds-cf1e3cf3a9d341168998d46f33f0438fc50c607b.tar.gz
slackbuilds-cf1e3cf3a9d341168998d46f33f0438fc50c607b.tar.xz
python/python3-dbus-next: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-dbus-next/python3-dbus-next.SlackBuild2
-rw-r--r--python/python3-dbus-next/python3-dbus-next.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-dbus-next/python3-dbus-next.SlackBuild b/python/python3-dbus-next/python3-dbus-next.SlackBuild
index b547a88313..5fd7b6ffba 100644
--- a/python/python3-dbus-next/python3-dbus-next.SlackBuild
+++ b/python/python3-dbus-next/python3-dbus-next.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-dbus-next/python3-dbus-next.info b/python/python3-dbus-next/python3-dbus-next.info
index 33856aa160..ee5ad58627 100644
--- a/python/python3-dbus-next/python3-dbus-next.info
+++ b/python/python3-dbus-next/python3-dbus-next.info
@@ -1,7 +1,7 @@
PRGNAM="python3-dbus-next"
VERSION="0.2.3"
HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
-DOWNLOAD="https://github.com/altdesktop/python-dbus-next/archive/v0.2.3/python3-dbus-next-0.2.3.tar.gz"
+DOWNLOAD="https://github.com/altdesktop/python-dbus-next/archive/v0.2.3/python-dbus-next-0.2.3.tar.gz"
MD5SUM="5cf7deebebf4c4e77328bc9b7539170f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""