Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
mullvad-vpn
Commits:
c854bea2 by Carl Smedstad at 2026-02-05T10:21:04+01:00
upgpkg: 2025.14-5: Don't package relays.json
This file is not reproducible and is not necessary as the daemon will produce it
on launch and store it at /var/cache/mullvad-vpn/relays.json.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = mullvad-vpn
pkgdesc = Mullvad VPN client
pkgver = 2025.14
- pkgrel = 4
+ pkgrel = 5
url = https://www.mullvad.net
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@ pkgname=(
mullvad-vpn-daemon
)
pkgver=2025.14
-pkgrel=4
+pkgrel=5
pkgdesc="Mullvad VPN client"
arch=('x86_64')
url="https://www.mullvad.net"
@@ -139,14 +139,11 @@ build() {
-p mullvad-problem-report --bin mullvad-problem-report \
-p talpid-openvpn-plugin --lib \
-p mullvad-exclude --bin mullvad-exclude \
- -p mullvad-api --bin relay_list
for sh in bash zsh fish; do
target/release/mullvad shell-completions $sh build/
done
- target/release/relay_list > build/relays.json
-
cd desktop/packages/mullvad-vpn
npm run build
npx electron-builder --linux dir \
@@ -170,9 +167,7 @@ package_mullvad-vpn-daemon() {
target/release/mullvad-setup \
target/release/libtalpid_openvpn_plugin.so \
"dist-assets/binaries/$CARCH-unknown-linux-gnu/openvpn"
- install -vDm644 -t "$pkgdir/usr/lib/$pkgbase" \
- dist-assets/ca.crt \
- build/relays.json
+ install -vDm644 -t "$pkgdir/usr/lib/$pkgbase" dist-assets/ca.crt
install -vDm755 -t "$pkgdir/usr/bin" \
target/release/mullvad \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mullvad-vpn/-/commit/c854bea2179dcf2ef05e7584a16836d2aa0caa2f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mullvad-vpn/-/commit/c854bea2179dcf2ef05e7584a16836d2aa0caa2f
You're receiving this email because of your account on gitlab.archlinux.org.