tmux: update to 2.2.

This commit is contained in:
Juan RP 2016-04-11 08:12:26 +02:00
parent eae44a798b
commit c05255d07d

View file

@ -1,6 +1,6 @@
# Template file for 'tmux'
pkgname=tmux
version=2.1
version=2.2
revision=1
build_style=gnu-configure
makedepends="ncurses-devel libevent-devel"
@ -9,13 +9,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://tmux.github.io"
license="ISC"
distfiles="https://github.com/tmux/tmux/releases/download/${version}/tmux-${version}.tar.gz"
checksum=31564e7bf4bcef2defb3cb34b9e596bd43a3937cad9e5438701a81a5a9af6176
checksum=bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4
post_install() {
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
}