[arch-commits] Commit in globalprotect-openconnect/repos/community-x86_64 (2 files)
Anatol Pomozov
anatolik at gemini.archlinux.org
Tue Jun 14 22:46:11 UTC 2022
Date: Tuesday, June 14, 2022 @ 22:46:11
Author: anatolik
Revision: 1238005
archrelease: copy trunk to community-x86_64
Added:
globalprotect-openconnect/repos/community-x86_64/PKGBUILD
(from rev 1238004, globalprotect-openconnect/trunk/PKGBUILD)
Deleted:
globalprotect-openconnect/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-14 22:45:52 UTC (rev 1238004)
+++ PKGBUILD 2022-06-14 22:46:11 UTC (rev 1238005)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Keinv Yue <yuezk001 at gmail.com>
-
-pkgname=globalprotect-openconnect
-pkgver=1.4.4
-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 1238004, globalprotect-openconnect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-14 22:46:11 UTC (rev 1238005)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Keinv Yue <yuezk001 at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list