summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuezk2022-05-29 13:11:01 +0000
committeryuezk2022-05-29 13:11:01 +0000
commit482bc17b729430119cca6e861aa58018c8cc79fc (patch)
tree1253c7e8c525da5f5b7359c3e71b56957cbe8730
parent059c66fb06ab1755534cd052629269dca08aedc7 (diff)
downloadaur-482bc17b729430119cca6e861aa58018c8cc79fc.tar.gz
Snapshot release: git#9c9b42b87f9c8c4bd0de4fbb3892f695c768e471
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gp.install3
3 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374e30cdb3a2..baf74e2dfc33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = globalprotect-openconnect-git
pkgdesc = A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode. (development version)
- pkgver = 1.4.4+22snapshot.gfb2b148
+ pkgver = 1.4.4+23snapshot.g9c9b42b
pkgrel = 1
url = https://github.com/yuezk/GlobalProtect-openconnect
install = gp.install
@@ -18,7 +18,7 @@ pkgbase = globalprotect-openconnect-git
provides = gpservice
conflicts = globalprotect-openconnect
backup = etc/gpservice/gp.conf
- source = git+https://github.com/yuezk/GlobalProtect-openconnect#commit=fb2b148b727636e9d8886ace302a89eecb502938
+ source = git+https://github.com/yuezk/GlobalProtect-openconnect#commit=9c9b42b87f9c8c4bd0de4fbb3892f695c768e471
sha256sums = SKIP
pkgname = globalprotect-openconnect-git
diff --git a/PKGBUILD b/PKGBUILD
index e0ae559b49b7..b88d01f336e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Keinv Yue <yuezk001@gmail.com>
-_pkgver="1.4.4+22snapshot.gfb2b148"
-_commit="fb2b148b727636e9d8886ace302a89eecb502938"
+_pkgver="1.4.4+23snapshot.g9c9b42b"
+_commit="9c9b42b87f9c8c4bd0de4fbb3892f695c768e471"
pkgname=globalprotect-openconnect-git
pkgver=${_pkgver}
pkgrel=1
diff --git a/gp.install b/gp.install
index f3eb248bf433..063a2a362b69 100644
--- a/gp.install
+++ b/gp.install
@@ -1,7 +1,4 @@
post_install() {
- # Update the the dbus user to logname
- sed -i "/LOGNAME/,+1s/user=\".*\"/user=\"$(logname)\"/" /usr/share/dbus-1/system.d/com.yuezk.qt.GPService.conf
-
systemctl enable gpservice.service
systemctl restart gpservice.service
}