diff options
author | Alexander Rødseth | 2012-12-15 15:54:47 +0000 |
---|---|---|
committer | Alexander Rødseth | 2012-12-15 15:54:47 +0000 |
commit | 267e54659f42d82193f76285a05c125920d3b34d (patch) | |
tree | caf1a64f6f04e5c5e833609e8abcdfbd83c812de | |
parent | 5afd1dda09ac2428fe204755d4bd44fa05c46c35 (diff) | |
download | aur-267e54659f42d82193f76285a05c125920d3b34d.tar.gz |
Fix: for FS#33049 - [mosh] rebuild to link to libutempter
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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') |