diff options
author | root <root@rshg054.dnsready.net> | 2012-12-16 02:25:47 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-16 02:25:47 -0800 |
commit | d1335cc6b44826a3ae6934a40bd618bfddcd2e6e (patch) | |
tree | 14e670e9b7ea52dfebe033b6c6ba4fd952ae973f /community/mosh | |
parent | a829a3b1a4b3eefc7adb1d630f071247e79b9f72 (diff) |
Sun Dec 16 02:25:22 PST 2012
Diffstat (limited to 'community/mosh')
-rw-r--r-- | community/mosh/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD index f7b1baaaf..15796f3dc 100644 --- a/community/mosh/PKGBUILD +++ b/community/mosh/PKGBUILD @@ -5,13 +5,12 @@ pkgname=mosh pkgver=1.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing' arch=('x86_64' 'i686') -url="http://mosh.mit.edu/" +url='http://mosh.mit.edu/' license=('GPL3') -depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty') -#optdepends=('libutempter: record of session in {u,t}wmp (recompile mosh afterwards)') +depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter') source=("https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz") sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f') options=('!emptydirs') |