summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58a29167a3fc..ea2490d6a5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 11 15:02:57 UTC 2017
+# Fri Feb 10 08:37:53 UTC 2017
pkgbase = mosh-sshagent-git
pkgdesc = Mobile shell with support for ssh-agent-forwarding and out-of-band
pkgver = 20170108
@@ -8,8 +8,11 @@ pkgbase = mosh-sshagent-git
arch = i686
arch = x86_64
arch = arm
+ arch = armv7h
license = GPL3
makedepends = git
+ makedepends = automake
+ makedepends = autoconf
depends = protobuf
depends = ncurses
depends = zlib
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')