summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51582ba17f11..cf80849f86eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@ pkgname=mosh-sshagent-git
pkgver=20170108
pkgrel=1
pkgdesc="Mobile shell with support for ssh-agent-forwarding and out-of-band"
-arch=('i686' 'x86_64' 'arm')
+arch=('i686' 'x86_64' 'arm' 'armv7h')
url="http://mosh.mit.edu/"
license=('GPL3')
depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 'libutempter')
-makedepends=('git')
+makedepends=('git' 'automake' 'autoconf')
optdepends=('perl-io-socket-ip: for IPv6 support')
conflicts=('mosh' 'mosh-git')
source=('git+https://github.com/rinne/mosh.git#branch=agent-forwarding-merge-20151128')