summaryrefslogtreecommitdiff
path: root/community/mosh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-31 00:03:48 +0000
committerroot <root@rshg054.dnsready.net>2012-05-31 00:03:48 +0000
commitf1ae949e08a764ac063703dc9bb7f0afd7c16e96 (patch)
treeb542ace0cdaf945c5e495f31e3c87537017c614d /community/mosh
parentf676c2f568b9c75daa3e2b688978b877f950953d (diff)
Thu May 31 00:03:48 UTC 2012
Diffstat (limited to 'community/mosh')
-rw-r--r--community/mosh/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mosh/PKGBUILD b/community/mosh/PKGBUILD
index 49a766641..55e108379 100644
--- a/community/mosh/PKGBUILD
+++ b/community/mosh/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit.com>
pkgname=mosh
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
arch=('x86_64' 'i686')
@@ -12,9 +12,9 @@ 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)')
-conflicts=('mosh-git')
source=("$pkgname-$pkgver.tgz::https://nodeload.github.com/keithw/mosh/tarball/master")
-sha1sums=('690e301560808f13a8a7b19bd7740d81fecac262')
+sha1sums=('8fd1697ca1fcfdf546fc40f67bf41fe4f8e6bd74')
+options=('!emptydirs')
build() {
cd "$srcdir/keithw-mosh-"*