summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuezk2021-05-07 05:46:47 +0000
committeryuezk2021-05-07 05:46:47 +0000
commit0aef984caec0c2d874a810041d04b030e2927d9c (patch)
treef298cbdc5947c3943b8e6eabfe5dee57c990593c
parent64b8e42aa2c0e04959090acc69cd7f353ae1b1bb (diff)
downloadaur-0aef984caec0c2d874a810041d04b030e2927d9c.tar.gz
Release v1.2.8
-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)