system/tmuxp: Updated for version 1.32.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-11-24 10:17:37 -07:00 committed by Willy Sudiarto Raharjo
parent a9e0e96f6f
commit 65853a0cc1
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 21 deletions

View file

@ -32,7 +32,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tmuxp
VERSION=${VERSION:-1.31.0}
VERSION=${VERSION:-1.32.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -54,23 +54,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
elif [ "$ARCH" = "aarch64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="tmuxp"
VERSION="1.31.0"
VERSION="1.32.1"
HOMEPAGE="https://github.com/tony/tmuxp/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.31.0.tar.gz"
MD5SUM="243b71357d8b5628e82dac752ea7f023"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.32.1.tar.gz"
MD5SUM="f4535fe5747a76084ee6e8fec2897a7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama python3-libtmux"