* update tmux to 3.5_a-1

This commit is contained in:
Alexander Baldeck 2024-11-04 15:28:53 +01:00
parent 707ca181a0
commit cb996bc516
2 changed files with 8 additions and 14 deletions

View File

@ -1,7 +1,7 @@
pkgbase = tmux pkgbase = tmux
pkgdesc = Terminal multiplexer pkgdesc = Terminal multiplexer
pkgver = 3.4 pkgver = 3.5_a
pkgrel = 10 pkgrel = 1
url = https://github.com/tmux/tmux/wiki url = https://github.com/tmux/tmux/wiki
arch = x86_64 arch = x86_64
arch = powerpc64le arch = powerpc64le
@ -18,7 +18,7 @@ pkgbase = tmux
depends = libncursesw.so depends = libncursesw.so
depends = systemd-libs depends = systemd-libs
depends = libsystemd.so depends = libsystemd.so
source = git+https://github.com/tmux/tmux.git#tag=3.4 source = git+https://github.com/tmux/tmux.git#tag=3.5a
sha256sums = 71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0 sha256sums = 4809a5c8289027f4bc15a06bd232f5797d7dd9ba47adf4c3135c5295aece6ff5
pkgname = tmux pkgname = tmux

View File

@ -3,8 +3,8 @@
# Maintainer: T.J. Townsend <blakkheim@archlinux.org> # Maintainer: T.J. Townsend <blakkheim@archlinux.org>
pkgname=tmux pkgname=tmux
pkgver=3.4 pkgver=3.5_a
pkgrel=10.1 pkgrel=1
pkgdesc='Terminal multiplexer' pkgdesc='Terminal multiplexer'
url='https://github.com/tmux/tmux/wiki' url='https://github.com/tmux/tmux/wiki'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,18 +14,12 @@ depends=('libevent' 'libevent_core-2.1.so'
'ncurses' 'libncursesw.so' 'ncurses' 'libncursesw.so'
'systemd-libs' 'libsystemd.so') 'systemd-libs' 'libsystemd.so')
makedepends=('git' 'systemd') makedepends=('git' 'systemd')
source=("git+https://github.com/tmux/tmux.git#tag=${pkgver}") source=("git+https://github.com/tmux/tmux.git#tag=${pkgver/_/}")
sha256sums=('71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0') sha256sums=('4809a5c8289027f4bc15a06bd232f5797d7dd9ba47adf4c3135c5295aece6ff5')
prepare() { prepare() {
cd "$pkgname" cd "$pkgname"
# https://github.com/tmux/tmux/issues/3864
git revert -n 43e5e80343185e69a1b864fc48095ede0b898180
# https://github.com/tmux/tmux/issues/3983
git cherry-pick -n aa17f0e0c1c8b3f1d6fc8617613c74f07de66fae
# https://github.com/tmux/tmux/issues/3905
git cherry-pick -n 3823fa2c577d440649a84af660e4d3b0c095d248
sh autogen.sh sh autogen.sh
} }