Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
globalprotect-openconnect
Commits:
9f36aee3 by Antonio Rojas at 2025-11-21T12:22:30+01:00
upgpkg: 2.4.7-1: Upstream update
Fixes #3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = globalprotect-openconnect
pkgdesc = A GlobalProtect VPN GUI client based on Openconnect and built
with Qt5, supports SAML auth mode
- pkgver = 2.4.6
+ pkgver = 2.4.7
pkgrel = 1
url = https://github.com/yuezk/GlobalProtect-openconnect
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = globalprotect-openconnect
provides = gpclient
provides = gpservice
options = !lto
- source =
git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v2.4.6
- sha256sums =
142dec12675b96e4a807694553d65ce2f859670d036ba3938e29b05811c1f5cf
+ source =
git+https://github.com/yuezk/GlobalProtect-openconnect#tag=v2.4.7
+ sha256sums =
0d75cc7aedbede190d85bc0ef1aa2e0df14e14fd17805fea8b257e5838c8760d
pkgname = globalprotect-openconnect
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Keinv Yue <[email protected]>
pkgname=globalprotect-openconnect
-pkgver=2.4.6
+pkgver=2.4.7
pkgrel=1
pkgdesc="A GlobalProtect VPN GUI client based on Openconnect and built with
Qt5, supports SAML auth mode"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(openconnect webkit2gtk-4.1)
makedepends=(git cargo)
provides=(gpclient gpservice)
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=('142dec12675b96e4a807694553d65ce2f859670d036ba3938e29b05811c1f5cf')
+sha256sums=('0d75cc7aedbede190d85bc0ef1aa2e0df14e14fd17805fea8b257e5838c8760d')
options=(!lto)
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/globalprotect-openconnect/-/commit/9f36aee3e008711f268d56edf901e7a55c9fd930
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/globalprotect-openconnect/-/commit/9f36aee3e008711f268d56edf901e7a55c9fd930
You're receiving this email because of your account on gitlab.archlinux.org.