diff options
author | root <root@rshg054.dnsready.net> | 2012-01-25 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-25 23:14:53 +0000 |
commit | a61c6fb05ec1cbc6845b2ed4077ce0c5950c36ed (patch) | |
tree | 7f7f0f3918738e6a508485da2242eec835d6e2ea /community/tmux | |
parent | 2aa2acfff38de7de825868995e49792ecfc03126 (diff) |
Wed Jan 25 23:14:53 UTC 2012
Diffstat (limited to 'community/tmux')
-rw-r--r-- | community/tmux/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tmux/PKGBUILD b/community/tmux/PKGBUILD index c2c1efe37..560d82af7 100644 --- a/community/tmux/PKGBUILD +++ b/community/tmux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 51497 2011-07-10 19:49:12Z spupykin $ +# $Id: PKGBUILD 62681 2012-01-24 12:53:39Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: TDY <tdy@gmx.com> # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> pkgname=tmux -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="A terminal multiplexer" url="http://tmux.sourceforge.net/" @@ -13,7 +13,7 @@ license=('BSD') depends=('ncurses' 'libevent') source=(http://downloads.sourceforge.net/tmux/tmux-$pkgver.tar.gz LICENSE) -md5sums=('3d4b683572af34e83bc8b183a8285263' +md5sums=('3e37db24aa596bf108a0442a81c845b3' '71601bc37fa44e4395580b321963018e') build() { |