summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzer0def2020-05-03 18:28:16 +0200
committerzer0def2020-05-26 10:37:23 +0200
commit269ec86aad18f7f0e23bc0586334e598e23ca356 (patch)
tree433a925d31ac768717a5779dcdad2d0e499aa54c
parentf13533a85e00fab08693c6e71cc91539373d1d43 (diff)
downloadaur-269ec86aad18f7f0e23bc0586334e598e23ca356.tar.gz
Expand supported architectures based on own testing.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5713e0bdd367..119aadd67e78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,13 @@ pkgbase = openssh-hpn
pkgrel = 3
url = https://www.psc.edu/index.php/hpn-ssh/
install = openssh-hpn.install
- arch = i686
arch = x86_64
+ arch = i486
+ arch = i686
+ arch = arm
+ arch = armv6h
arch = armv7h
+ arch = aarch64
license = custom:BSD
makedepends = git
depends = krb5
diff --git a/PKGBUILD b/PKGBUILD
index 71f40bff2b38..25ec73dab73e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ pkgrel=3
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=('x86_64' 'i486' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('krb5' 'ldns>=1.7.1' 'libedit' 'openssl' 'pam')
makedepends=('git')
optdepends=('xorg-xauth: X11 forwarding'