summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit6a01b025cbe666980336c3779ac4da2c0dca1d89 (patch)
tree11fd81c9c7be7ac4d5f4d0c08bb3585649e27d44
parentafbe64a77a56103425c1252eb3e5032f3fc60353 (diff)
downloadaur-6a01b025cbe666980336c3779ac4da2c0dca1d89.tar.gz
Add aarch64 to the list of architectures.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abdc4f6cebf..ba2ca2c53b77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = openssh-selinux
url = https://www.openssh.com/portable.html
install = install
arch = x86_64
+ arch = aarch64
groups = selinux
license = custom:BSD
checkdepends = inetutils
@@ -47,4 +48,3 @@ pkgbase = openssh-selinux
sha256sums = 25b4a4d9e2d9d3289ef30636a30e85fa1c71dd930d5efd712cca1a01a5019f93
pkgname = openssh-selinux
-
diff --git a/PKGBUILD b/PKGBUILD
index 845973de8220..35d457a26bfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ pkgrel=1
pkgdesc='Premier connectivity tool for remote login with the SSH protocol, with SELinux support'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
depends=('glibc' 'krb5' 'openssl' 'libedit' 'ldns' 'libxcrypt' 'libcrypt.so' 'zlib' 'pam' 'libselinux')
makedepends=('linux-headers' 'libfido2')
checkdepends=('inetutils')