From 6a347746cc4da0a3402db4e65ddd7aa84e180871 Mon Sep 17 00:00:00 2001 From: Tobias Sarnowski Date: Thu, 6 May 2021 09:19:07 +0200 Subject: [PATCH] Mark for inclusion in aarch64 archlinux repository (#58) This version of the software was tested on current Manjaro as of this commit date on a Pinebook Pro with the official aarch64 KDE image. --- PKGBUILD.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD.template b/PKGBUILD.template index cb78329..f34be1e 100644 --- a/PKGBUILD.template +++ b/PKGBUILD.template @@ -5,7 +5,7 @@ _gitname=GlobalProtect-openconnect pkgver={PKG_VERSION} 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)