summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Rødseth2012-12-15 15:54:47 +0000
committerAlexander Rødseth2012-12-15 15:54:47 +0000
commit267e54659f42d82193f76285a05c125920d3b34d (patch)
treecaf1a64f6f04e5c5e833609e8abcdfbd83c812de
parent5afd1dda09ac2428fe204755d4bd44fa05c46c35 (diff)
downloadaur-267e54659f42d82193f76285a05c125920d3b34d.tar.gz
Fix: for FS#33049 - [mosh] rebuild to link to libutempter
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7b1baaafaec..15796f3dc3b9 100644
--- a/PKGBUILD
+++ b/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')