Date: Tuesday, January 10, 2023 @ 19:12:35
Author: anatolik
Revision: 1382362
archrelease: copy trunk to community-x86_64
Added:
globalprotect-openconnect/repos/community-x86_64/PKGBUILD
(from rev 1382361, globalprotect-openconnect/trunk/PKGBUILD)
Deleted:
globalprotect-openconnect/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-10 19:12:14 UTC (rev 1382361)
+++ PKGBUILD 2023-01-10 19:12:35 UTC (rev 1382362)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Keinv Yue <[email protected]>
-
-pkgname=globalprotect-openconnect
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with
Qt5, supports SAML auth mode"
-arch=(x86_64)
-url="https://github.com/yuezk/GlobalProtect-openconnect"
-license=(GPL3)
-depends=(openconnect qt5-base qt5-webengine qt5-websockets)
-makedepends=(git cmake)
-provides=(gpclient gpservice)
-backup=(etc/gpservice/gp.conf)
-source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) #
github does not allow to download sources with submodules, thus use git directly
-sha256sums=('SKIP')
-
-build() {
- cd GlobalProtect-openconnect
- cmake -B build -DCMAKE_BUILD_TYPE=Release
- cmake --build build
-}
-
-package() {
- cd GlobalProtect-openconnect
- make DESTDIR="$pkgdir/" install -C build
-}
Copied: globalprotect-openconnect/repos/community-x86_64/PKGBUILD (from rev
1382361, globalprotect-openconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-10 19:12:35 UTC (rev 1382362)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Keinv Yue <[email protected]>
+
+pkgname=globalprotect-openconnect
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with
Qt5, supports SAML auth mode"
+arch=(x86_64)
+url="https://github.com/yuezk/GlobalProtect-openconnect"
+license=(GPL3)
+depends=(openconnect qt5-base qt5-webengine qt5-websockets qtkeychain-qt5)
+makedepends=(git cmake)
+provides=(gpclient gpservice)
+backup=(etc/gpservice/gp.conf)
+source=(git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v$pkgver) #
github does not allow to download sources with submodules, thus use git directly
+sha256sums=('SKIP')
+
+build() {
+ cd GlobalProtect-openconnect
+ cmake -B build -DCMAKE_BUILD_TYPE=Release
+ cmake --build build
+}
+
+package() {
+ cd GlobalProtect-openconnect
+ make DESTDIR="$pkgdir/" install -C build
+}