diff options
-rw-r--r-- | system/tmuxp/tmuxp.SlackBuild | 5 | ||||
-rw-r--r-- | system/tmuxp/tmuxp.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/system/tmuxp/tmuxp.SlackBuild b/system/tmuxp/tmuxp.SlackBuild index 7766714a0c..6e2444b919 100644 --- a/system/tmuxp/tmuxp.SlackBuild +++ b/system/tmuxp/tmuxp.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tmuxp -VERSION=${VERSION:-1.27.1} +VERSION=${VERSION:-1.29.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -63,6 +63,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/system/tmuxp/tmuxp.info b/system/tmuxp/tmuxp.info index 57bcacc2d4..6b80c92818 100644 --- a/system/tmuxp/tmuxp.info +++ b/system/tmuxp/tmuxp.info @@ -1,8 +1,8 @@ PRGNAM="tmuxp" -VERSION="1.27.1" +VERSION="1.29.1" HOMEPAGE="https://github.com/tony/tmuxp/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.27.1.tar.gz" -MD5SUM="155a7b2a0f96e061f6c4fc7750e9981b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tmuxp/tmuxp-1.29.1.tar.gz" +MD5SUM="69b1566e7e423d659aa199ba6b3023f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="colorama python3-libtmux" |