summaryrefslogtreecommitdiff
path: root/community/tmux
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
committerroot <root@rshg054.dnsready.net>2012-04-11 00:01:18 +0000
commit04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 (patch)
tree4935a4f0959f9560df7fba4989a0de1dc361884e /community/tmux
parent223ca251f3ce07eb5484be845e631d6ca645b263 (diff)
Wed Apr 11 00:01:18 UTC 2012
Diffstat (limited to 'community/tmux')
-rw-r--r--community/tmux/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/tmux/PKGBUILD b/community/tmux/PKGBUILD
index 560d82af7..e256f2f6f 100644
--- a/community/tmux/PKGBUILD
+++ b/community/tmux/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 62681 2012-01-24 12:53:39Z spupykin $
+# $Id: PKGBUILD 69194 2012-04-10 02:24:04Z 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.6
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal multiplexer"
url="http://tmux.sourceforge.net/"
arch=('i686' 'x86_64')
@@ -30,6 +30,6 @@ package() {
install -dm755 "$pkgdir/usr/share/tmux/"
install -m644 examples/* "$pkgdir/usr/share/tmux/"
# mv $pkgdir/usr/man $pkgdir/usr/share/
- mkdir -p $pkgdir/etc/bash_completion.d/
- mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh $pkgdir/etc/bash_completion.d/tmux
+ mkdir -p $pkgdir/usr/share/bash-completion/completions/
+ mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh $pkgdir/usr/share/bash-completion/completions/tmux
}