diff options
author | Juergen Daubert <jue@jue.li> | 2016-04-12 11:27:34 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-04-12 11:27:34 +0200 |
commit | 5e3fd984aee2a151cb28871a91954d8c37c37acf (patch) | |
tree | 4100387f9c24c0532fefe3bc8369752215aebd13 /tmux | |
parent | ce02c6726de022aad7455da82fd15d95bf0c27fd (diff) | |
download | opt-5e3fd984aee2a151cb28871a91954d8c37c37acf.tar.gz opt-5e3fd984aee2a151cb28871a91954d8c37c37acf.tar.xz |
tmux: update to 2.2
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.footprint | 7 | ||||
-rw-r--r-- | tmux/.md5sum | 2 | ||||
-rw-r--r-- | tmux/Pkgfile | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/tmux/.footprint b/tmux/.footprint index 7b97aaf3e..4c8a3a3ac 100644 --- a/tmux/.footprint +++ b/tmux/.footprint @@ -1,6 +1,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/tmux -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/tmux.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tmux.1.gz diff --git a/tmux/.md5sum b/tmux/.md5sum index b3c4094a4..1d5fbe2d9 100644 --- a/tmux/.md5sum +++ b/tmux/.md5sum @@ -1 +1 @@ -74a2855695bccb51b6e301383ad4818c tmux-2.1.tar.gz +bd95ee7205e489c62c616bb7af040099 tmux-2.2.tar.gz diff --git a/tmux/Pkgfile b/tmux/Pkgfile index 32b3540a2..e5a4c9d22 100644 --- a/tmux/Pkgfile +++ b/tmux/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses libevent name=tmux -version=2.1 +version=2.2 release=1 source=(https://github.com/tmux/tmux/releases/download/$version/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install } |