summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-03-20 09:15:15 +0100
committerzer0def2020-03-20 09:15:15 +0100
commit07f84b55338b6a3a878be26a0989a9f60c750530 (patch)
tree07f4f7775e70fce5ad0665872a132cfcd5225bbc
parent5f180eec0b7f4beafa4717bd8ae95c3ecb5cffbd (diff)
downloadaur-07f84b55338b6a3a878be26a0989a9f60c750530.tar.gz
Added armv6h to supported archs.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6255b67265..aecc9e90cf5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = openssh-hpn
install = openssh-hpn.install
arch = i686
arch = x86_64
+ arch = armv6h
arch = armv7h
license = custom:BSD
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index ecfebde6814b..97684c89d475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ pkgrel=2
pkgdesc='A Secure SHell server/client fork with High Performance patches included'
url='https://www.psc.edu/index.php/hpn-ssh/'
license=('custom:BSD')
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
depends=('krb5' 'ldns>=1.7.1' 'libedit' 'openssl' 'pam')
makedepends=('git')
optdepends=('xorg-xauth: X11 forwarding'