Please don't flag out-of-date just because the version listed is not current -- this is a -git package with a pkgver function, the version you build will always be current. Flag the package out-of-date if the build process changes, or upstream stop developing on the master branch, or the repository moves, etc..
Search Criteria
Package Details: tmux-git 10201_3.4.r33.g3823fa2c-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: | 51 |
Popularity: | 0.000658 |
First Submitted: | 2010-03-18 21:59 (UTC) |
Last Updated: | 2024-05-11 23:10 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libevent (libevent-gitAUR)
- ncurses (ncurses-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Required by (87)
- airgeddon (requires tmux)
- ampinstmgr (requires tmux)
- apt-dater (requires tmux)
- apt-dater-legacy (requires tmux)
- asciiville (requires tmux)
- buceutils-git (requires tmux)
- clerk-git (requires tmux)
- clicraft (requires tmux)
- clicraft-git (requires tmux)
- cuberite (requires tmux)
- cuberite-bin (requires tmux)
- entr-git (requires tmux)
- fabric-server (requires tmux)
- fcitx5-tmux-git (requires tmux)
- forge-server-1.19.2 (requires tmux)
- fzf-extras (requires tmux)
- fzf-git (requires tmux) (optional)
- gdb-frontend-bin (requires tmux)
- germinal (requires tmux)
- gitmux (requires tmux)
- Show 67 more...
Sources (1)
WorMzy commented on 2017-05-12 08:23 (UTC)
turtil commented on 2016-02-10 23:37 (UTC)
So for people who are wondering, to enable True Color Support, you need to add Tc to your overrides file and use a True Color enabled Terminal
Eg:
~/.tmux.conf
set -ag terminal-overrides ",*:XT@:Tc"
In my particular case.
See here for more details: https://sunaku.github.io/tmux-24bit-color.html#usage
WorMzy commented on 2016-01-29 20:23 (UTC)
Usually you just need to re-run makepkg, but more useful stuff has been pointlessly culled/stripped off into it's own repository, so you'll need to download the new PKGBUILD and /then/ run makepkg.
towb commented on 2016-01-29 19:13 (UTC)
Not sure how these *-git packages works. But we got 24 bit colour committed to master now, so if it's possible an update would be great!
WorMzy commented on 2016-01-02 19:13 (UTC)
Well that's annoying.
Updated. :)
misc commented on 2015-12-31 05:00 (UTC)
tmux.vim has been [re]moved to:
https://github.com/keith/tmux.vim
https://raw.githubusercontent.com/keith/tmux.vim/master/syntax/tmux.vim
WorMzy commented on 2015-06-04 23:29 (UTC)
Good spot. Done. :)
djmattyg007 commented on 2015-06-04 22:45 (UTC)
The upstream URL needs to be updated to point to the github website.
WorMzy commented on 2015-06-04 22:37 (UTC)
Thanks for the heads up, ezyang.
I've taken this opportunity to switch to a more appropriate pkgver format.
The license has never been a standalone file in the repository -- the one bundled with the PKGBUILD is manually extracted from one of the source files.
ezyang commented on 2015-06-04 17:24 (UTC)
New GitHub repository, see https://github.com/tmux/tmux and git://github.com/tmux/tmux.git
Also, LICENSE file seems to have disappeared.
Pinned Comments
WorMzy commented on 2017-05-12 08:23 (UTC)