summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJörg Thalheim2017-02-10 08:38:12 +0000
committerJörg Thalheim2017-02-10 08:38:12 +0000
commit56edbb48828a1da5ee6a4119ac5e587620744d08 (patch)
tree3d3b5a394b77c1448af4c3f2669fba7dd84ff494 /PKGBUILD
parent12f42a65bd703aa8f725bf6daaa34d6d1951ef7a (diff)
downloadaur-mosh-sshagent-git.tar.gz
add autotools as build dependencies
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')