diff options
author | root <root@rshg054.dnsready.net> | 2013-03-13 00:05:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-13 00:05:54 -0700 |
commit | 3efd178c050d911cfdff7e8d2ed4886b98b08b98 (patch) | |
tree | c0a0cc66dea0a40a0c5cbc13942fdfff8066f7a2 /community/mosh | |
parent | 9f8838d16719128121b4efde3bf6c7cc650f1801 (diff) |
Wed Mar 13 00:05:53 PDT 2013
Diffstat (limited to 'community/mosh')
-rw-r--r-- | community/mosh/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index 51e4d2781..6b261372b 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -5,7 +5,7 @@ pkgname=mosh pkgver=1.2.3 -pkgrel=4 +pkgrel=5 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=('x86_64' 'i686') url='http://mosh.mit.edu/' @@ -13,6 +13,7 @@ license=('GPL3') depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter') source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz") sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f') +optdepends=('ufw-extras') options=('!emptydirs') build() { @@ -29,8 +30,6 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 "conf/bash_completion.d/$pkgname" \ "$pkgdir/usr/share/bash-completion/completions/$pkgname" - install -Dm644 "conf/ufw/applications.d/$pkgname" \ - "$pkgdir/usr/share/mosh/ufw-${pkgname}.example" } # vim:set ts=2 sw=2 et: |