From 5d40eb2dec172bfeae2ab5f86d42fd087fcf5ee8 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 15 Aug 2024 06:48:25 +0200 Subject: [PATCH] * update tmux to 3.4-9 --- tmux/.SRCINFO | 20 ++++++++++++++++++++ tmux/.nvchecker.toml | 3 +++ tmux/PKGBUILD | 4 +++- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 tmux/.SRCINFO create mode 100644 tmux/.nvchecker.toml diff --git a/tmux/.SRCINFO b/tmux/.SRCINFO new file mode 100644 index 0000000000..22a022ceb8 --- /dev/null +++ b/tmux/.SRCINFO @@ -0,0 +1,20 @@ +pkgbase = tmux + pkgdesc = Terminal multiplexer + pkgver = 3.4 + pkgrel = 9 + url = https://github.com/tmux/tmux/wiki + arch = x86_64 + license = BSD + makedepends = git + makedepends = systemd + depends = libevent + depends = libevent_core-2.1.so + depends = libutempter + depends = ncurses + depends = libncursesw.so + depends = systemd-libs + depends = libsystemd.so + source = git+https://github.com/tmux/tmux.git#tag=3.4 + sha256sums = 71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0 + +pkgname = tmux diff --git a/tmux/.nvchecker.toml b/tmux/.nvchecker.toml new file mode 100644 index 0000000000..b65b81412d --- /dev/null +++ b/tmux/.nvchecker.toml @@ -0,0 +1,3 @@ +[tmux] +source = "git" +git = "https://github.com/tmux/tmux.git" diff --git a/tmux/PKGBUILD b/tmux/PKGBUILD index 90a76b6989..1854816ee9 100644 --- a/tmux/PKGBUILD +++ b/tmux/PKGBUILD @@ -4,7 +4,7 @@ pkgname=tmux pkgver=3.4 -pkgrel=7 +pkgrel=9 pkgdesc='Terminal multiplexer' url='https://github.com/tmux/tmux/wiki' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) @@ -22,6 +22,8 @@ prepare() { # https://github.com/tmux/tmux/issues/3864 git revert -n 43e5e80343185e69a1b864fc48095ede0b898180 + # https://github.com/tmux/tmux/issues/3983 + git cherry-pick -n aa17f0e0c1c8b3f1d6fc8617613c74f07de66fae sh autogen.sh }