diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-02-04 23:15:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:25 +0700 |
commit | c973a24236b54d78fa20ac941acce020d4c50845 (patch) | |
tree | 4fab8b8c5fdffd13ecfe4bdc0b040a135a419539 /python | |
parent | af783683223c2f5569e3d452a9d199c44c7de8ca (diff) |
python/python3-xkbcommon: 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-xkbcommon/python3-xkbcommon.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-xkbcommon/python3-xkbcommon.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-xkbcommon/python3-xkbcommon.SlackBuild b/python/python3-xkbcommon/python3-xkbcommon.SlackBuild index 95b6967df67d..5183dfbc933a 100644 --- a/python/python3-xkbcommon/python3-xkbcommon.SlackBuild +++ b/python/python3-xkbcommon/python3-xkbcommon.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-xkbcommon/python3-xkbcommon.info b/python/python3-xkbcommon/python3-xkbcommon.info index 7e3c96e1e842..3927b5705755 100644 --- a/python/python3-xkbcommon/python3-xkbcommon.info +++ b/python/python3-xkbcommon/python3-xkbcommon.info @@ -1,7 +1,7 @@ PRGNAM="python3-xkbcommon" VERSION="0.8" HOMEPAGE="https://github.com/sde1000/python-xkbcommon" -DOWNLOAD="https://github.com/sde1000/python-xkbcommon/archive/v0.8/python3-xkbcommon-0.8.tar.gz" +DOWNLOAD="https://github.com/sde1000/python-xkbcommon/archive/v0.8/python-xkbcommon-0.8.tar.gz" MD5SUM="cd861dd05ca3fbe86c2fb68fdd9c1e93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |