summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Yue2020-03-08 18:46:42 +0800
committerKevin Yue2020-03-08 18:46:42 +0800
commit9f2d0e8a236f2b0a7eee2438b7b77a97e102d870 (patch)
treec175fd473ff0617dde9f16dbe801bd59e9b53e1c
parent209720e2247e6048b3513be558580ae0cff65bd2 (diff)
downloadaur-9f2d0e8a236f2b0a7eee2438b7b77a97e102d870.tar.gz
Add openconnect to dependecies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c21a574b3f3..b180e5a02f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = globalprotect-openconnect
pkgdesc = A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode.
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yuezk/GlobalProtect-openconnect
arch = x86_64
license = GPL3
+ depends = openconnect>=8.0.0
depends = qt5-base
depends = qt5-webengine
depends = qt5-websockets
diff --git a/PKGBUILD b/PKGBUILD
index 57d789515712..832f66a61680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=globalprotect-openconnect
_gitname=GlobalProtect-openconnect
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode."
arch=(x86_64)
url="https://github.com/yuezk/${_gitname}"
license=('GPL3')
-depends=(qt5-base qt5-webengine qt5-websockets)
+depends=('openconnect>=8.0.0' qt5-base qt5-webengine qt5-websockets)
makedepends=()
source=(
"${_gitname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"