Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
python-proton-vpn-local-agent
Commits:
5b17602c by Peter Jung at 2025-02-18T16:42:01+01:00
upgpkg: 1.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-proton-vpn-local-agent
pkgdesc = Proton VPN local agent written in Rust
- pkgver = 1.2.0.r8.g5f3dc9e
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/ProtonVPN/local-agent-rs
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-proton-vpn-local-agent
depends = python
options = !lto
options = !debug
- source =
git+https://github.com/ProtonVPN/local-agent-rs.git#commit=5f3dc9ef06f1752e94d0f564c64ad4e0ca24962a
+ source = git+https://github.com/ProtonVPN/local-agent-rs.git#tag=1.4.3
sha256sums =
66224b7958f4532da9ae0962edfb8a07181b8db5f8ed40c90db110d65a538f7b
pkgname = python-proton-vpn-local-agent
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: antermin <github dot com slash antermin>
pkgname=python-proton-vpn-local-agent
-pkgver=1.2.0.r8.g5f3dc9e
+pkgver=1.4.3
pkgrel=1
_pyver=3.13
pkgdesc="Proton VPN local agent written in Rust"
@@ -21,15 +21,9 @@ makedepends=(
git
cargo
)
-_commit=5f3dc9ef06f1752e94d0f564c64ad4e0ca24962a
-source=("git+https://github.com/ProtonVPN/local-agent-rs.git#commit=${_commit}")
+source=("git+https://github.com/ProtonVPN/local-agent-rs.git#tag=${pkgver}")
sha256sums=('66224b7958f4532da9ae0962edfb8a07181b8db5f8ed40c90db110d65a538f7b')
-pkgver() {
- cd "${srcdir}"/local-agent-rs/python-proton-vpn-local-agent
- git describe --long --tags | sed -E 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
-}
-
prepare() {
cd "${srcdir}"/local-agent-rs/python-proton-vpn-local-agent
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-vpn-local-agent/-/commit/5b17602c10802a6593cb1b3c195d96b7de454891
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-vpn-local-agent/-/commit/5b17602c10802a6593cb1b3c195d96b7de454891
You're receiving this email because of your account on gitlab.archlinux.org.