@v9pzm7: Thanks for the heads up, update pushed.
Search Criteria
Package Details: tmux-git 11044_3.6a.r326.gf1f01587-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tmux-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tmux-git |
| Description: | A terminal multiplexer |
| Upstream URL: | https://github.com/tmux/tmux/wiki |
| Licenses: | ISC, BSD-3-Clause, BSD-2-Clause |
| Conflicts: | tmux |
| Provides: | tmux |
| Submitter: | None |
| Maintainer: | WorMzy |
| Last Packager: | WorMzy |
| Votes: | 52 |
| Popularity: | 0.23 |
| First Submitted: | 2010-03-18 21:59 (UTC) |
| Last Updated: | 2026-05-12 12:49 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libevent (libevent-gitAUR)
- ncurses (ncurses-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (161)
- agent-deck-bin (requires tmux)
- agent-of-empires-bin (requires tmux)
- airgeddon (requires tmux)
- ampinstmgr (requires tmux)
- apt-dater (requires tmux)
- apt-dater-legacy (requires tmux)
- arch-sdcard-updater (requires tmux)
- asciiville (requires tmux)
- attach-git (requires tmux) (optional)
- ax-shell (requires tmux)
- bdsh (requires tmux)
- buceutils-git (requires tmux)
- byobu (requires tmux)
- claude-code (requires tmux) (optional)
- claude-code-bridge-git (requires tmux) (optional)
- claude-commander (requires tmux)
- claude-spaces (requires tmux)
- claude-squad (requires tmux)
- claude-squad-bin (requires tmux)
- clerk-git (requires tmux)
- Show 141 more...
Sources (1)
WorMzy commented on 2026-05-12 12:50 (UTC)
v9pzm7 commented on 2026-05-12 11:20 (UTC)
This package currently has provides=('tmux'), which does not satisfy versioned dependencies such as tmux>=1.9.
Repro:
tmux-plugin-manager depends on tmux>=1.9.
Installing tmux-git conflicts with tmux, but after removing tmux, pacman reports:
removing tmux breaks dependency 'tmux>=1.9' required by tmux-plugin-manager
Changing provides to a versioned provide fixes it:
provides=("tmux=${pkgver#*_}")
The built package then has:
Provides : tmux=3.6a.r326.gf1f01587
and pacman can satisfy tmux>=1.9.
LimpaaN commented on 2024-06-28 11:12 (UTC)
Cannot install tmux-plugin-manager while using this package as it says provides=('tmux') while tmux-plugin-manager has depends=('tmux>=1.9' 'bash').
change to provides=('tmux=3.4') will solve it.
regards.
WorMzy commented on 2024-05-28 11:01 (UTC)
Quatro commented on 2024-05-28 10:59 (UTC)
bison is a build dependency btw.
checking for yacc... no
configure: error: "yacc not found"
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'tmux-git-10201_3.4.r33.g3823fa2c-1':
error: packages failed to build: tmux-git-10201_3.4.r33.g3823fa2c-1
6b6279 commented on 2023-10-25 12:44 (UTC)
Might want to add libsixel as an optional dependency, now that --enable-sixel can be used to compile tmux with sixel support.
WorMzy commented on 2023-08-29 19:22 (UTC)
sethkush: Done.
sethkush commented on 2023-08-28 17:36 (UTC)
This works on aarch64. Would you mind adding that to the PGKBUILD?
minshall commented on 2023-02-02 07:59 (UTC)
is anybody seeing crashes in tmux? i was running the package variant of tmux (3.3_a-2) and seeing occasional (not reproducible, at least not easily) crashes. on the tmux web pages, issues, i saw some crashes in that version (3.3a, i think), so switched to the AUR -git version a few days ago. but, today i again have a crash.
journalctl shows some bits, which i'm not capable of parsing. but, maybe this points in a direction i should explore?
Feb 02 10:50:25 archlinux kernel: tmux: server[2303696]: segfault at 74 ip 00007f643b30d93c sp 00007ffd87a92088 error 4 in libc.so.6[7f643b1c7000+15b000]
i'm guessing i should report upstream, but i thought i should check here first.
cheers, Greg
Pinned Comments
WorMzy commented on 2017-05-12 08:23 (UTC)