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

View File

@ -3,8 +3,8 @@
# Maintainer: T.J. Townsend <blakkheim@archlinux.org>
pkgname=tmux
pkgver=3.4
pkgrel=10.1
pkgver=3.5_a
pkgrel=1
pkgdesc='Terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,18 +14,12 @@ depends=('libevent' 'libevent_core-2.1.so'
'ncurses' 'libncursesw.so'
'systemd-libs' 'libsystemd.so')
makedepends=('git' 'systemd')
source=("git+https://github.com/tmux/tmux.git#tag=${pkgver}")
sha256sums=('71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0')
source=("git+https://github.com/tmux/tmux.git#tag=${pkgver/_/}")
sha256sums=('4809a5c8289027f4bc15a06bd232f5797d7dd9ba47adf4c3135c5295aece6ff5')
prepare() {
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
}