tmux: update to 2.2.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Template file for 'tmux'
|
# Template file for 'tmux'
|
||||||
pkgname=tmux
|
pkgname=tmux
|
||||||
version=2.1
|
version=2.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel libevent-devel"
|
makedepends="ncurses-devel libevent-devel"
|
||||||
@@ -9,13 +9,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||||||
homepage="http://tmux.github.io"
|
homepage="http://tmux.github.io"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
|
||||||
checksum=31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176
|
checksum=bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
vinstall examples/bash_completion_tmux.sh 644 usr/share/bash-completion/completions tmux
|
|
||||||
vinstall examples/tmux.vim 644 usr/share/vim/vimfiles/syntax tmux.vim
|
|
||||||
for f in examples/{*.conf,xterm-keys.vim}; do
|
|
||||||
vsconf "$f"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user