Peter Jung pushed to branch main at Arch Linux / Packaging / Packages / 
proton-vpn-daemon


Commits:
008d009d by Peter Jung at 2026-01-31T18:29:20+01:00
upgpkg: 0.13.4-6

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- proton-vpn-daemon.install


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = proton-vpn-daemon
        pkgdesc = Daemons for Proton VPN Linux client (split tunneling service)
        pkgver = 0.13.4
-       pkgrel = 5
+       pkgrel = 6
        url = https://github.com/ProtonVPN/proton-vpn-daemon
        install = proton-vpn-daemon.install
        arch = any


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=proton-vpn-daemon
 pkgver=0.13.4
-pkgrel=5
+pkgrel=6
 pkgdesc="Daemons for Proton VPN Linux client (split tunneling service)"
 arch=('any')
 url="https://github.com/ProtonVPN/proton-vpn-daemon";


=====================================
proton-vpn-daemon.install
=====================================
@@ -1,9 +1,13 @@
 post_install() {
-  systemctl enable proton.VPN.service
+  systemctl daemon-reload
+  systemctl enable --now proton.VPN.service
 }
 
 post_upgrade() {
   systemctl daemon-reload
+  if ! systemctl is-enabled --quiet proton.VPN.service; then
+    systemctl enable proton.VPN.service
+  fi
   systemctl restart proton.VPN.service
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proton-vpn-daemon/-/commit/008d009dee91c3521383824921aa0c262a6bbe9f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/proton-vpn-daemon/-/commit/008d009dee91c3521383824921aa0c262a6bbe9f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to