summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNihilistzsche2021-05-30 16:46:33 -0700
committerNicolas Iooss2021-07-03 15:45:07 +0200
commit6a01b025cbe666980336c3779ac4da2c0dca1d89 (patch)
tree11fd81c9c7be7ac4d5f4d0c08bb3585649e27d44 /PKGBUILD
parentafbe64a77a56103425c1252eb3e5032f3fc60353 (diff)
downloadaur-6a01b025cbe666980336c3779ac4da2c0dca1d89.tar.gz
Add aarch64 to the list of architectures.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')