* update tmux to 3.4-9
This commit is contained in:
parent
ce52662e37
commit
5d40eb2dec
20
tmux/.SRCINFO
Normal file
20
tmux/.SRCINFO
Normal file
@ -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
|
3
tmux/.nvchecker.toml
Normal file
3
tmux/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[tmux]
|
||||
source = "git"
|
||||
git = "https://github.com/tmux/tmux.git"
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user