summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2cf9486e2f0..67eb5bbe9d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = globalprotect-openconnect
pkgrel = 1
url = https://github.com/yuezk/GlobalProtect-openconnect
arch = x86_64
+ arch = aarch64
license = GPL3
depends = openconnect>=8.0.0
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 38a18d51020c..e6894d89cba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gitname=GlobalProtect-openconnect
pkgver=1.2.8
pkgrel=1
pkgdesc="A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode."
-arch=(x86_64)
+arch=(x86_64 aarch64)
url="https://github.com/yuezk/${_gitname}"
license=('GPL3')
depends=('openconnect>=8.0.0' qt5-base qt5-webengine qt5-websockets)