From f1ae949e08a764ac063703dc9bb7f0afd7c16e96 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 31 May 2012 00:03:48 +0000 Subject: Thu May 31 00:03:48 UTC 2012 --- community/mosh/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/mosh/PKGBUILD') 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 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-"* -- cgit v1.2.3-54-g00ecf