diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-01 18:05:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:27 +0700 |
commit | fec477a1c57c9f94ead404e3b23d97469cb55929 (patch) | |
tree | 2f15a74cadfda9341de391908b0921bb6f285168 /python/python3-libtmux/python3-libtmux.SlackBuild | |
parent | e9db26301a9c7b1c5971dbaf85b43e0794d9a24f (diff) |
python/python3-libtmux: Updated for version 0.18.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-libtmux/python3-libtmux.SlackBuild')
-rw-r--r-- | python/python3-libtmux/python3-libtmux.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-libtmux/python3-libtmux.SlackBuild b/python/python3-libtmux/python3-libtmux.SlackBuild index c169988fad23..7015ea976cc4 100644 --- a/python/python3-libtmux/python3-libtmux.SlackBuild +++ b/python/python3-libtmux/python3-libtmux.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-libtmux -# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2016-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-libtmux SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-0.16.1} +VERSION=${VERSION:-0.18.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,9 @@ cd $SRCNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \+ -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ python3 -m build --no-isolation python3 -m installer -d "$PKG" dist/*.whl |