diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-05 03:09:15 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:09 +0700 |
commit | efa1fb91b6aaf3398f171e9cb8bdd490073191d0 (patch) | |
tree | 449a1d75638aa3b4477a4fd9b788db17915fc759 /system/tmuxp/tmuxp.SlackBuild | |
parent | 7c7f2a2aa71d07fabea18d4679c54aa4fef01c56 (diff) |
system/tmuxp: Rebuilt for python3-libtmux.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/tmuxp/tmuxp.SlackBuild')
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index f54d76fe68946..4ea3e74e59910 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -26,12 +26,13 @@ # 20220512 46and2: Updated version, fix README, New maintainer. # 20220919 46and2: Updated version, change build process. # 20221007 46and2: Updated version, drop kaptan as dep. +# 20221007 46and2: Rebuilt for python3-libtmux cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp VERSION=${VERSION:-1.16.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |