11# Template file for 'mullvadvpn'
22pkgname=mullvadvpn
3- version=2025.14
3+ version=2026.1
44revision=1
5- _wggover=0.0.20230223-mullvad-0.1.6
6- # archs set by upstream (due to go)
7- archs="x86_64* aarch64*"
85build_style=cargo
96build_helper=qemu
107make_build_args="
@@ -14,22 +11,15 @@ make_build_args="
1411 -p mullvad-problem-report --bin mullvad-problem-report
1512 -p mullvad-exclude --bin mullvad-exclude
1613 -p mullvad-api --bin relay_list"
17- hostmakedepends="pkg-config protobuf protobuf-devel go git"
14+ hostmakedepends="pkg-config protobuf protobuf-devel git"
1815makedepends="dbus-devel libnftnl-devel libmnl-devel"
1916short_desc="Mullvad VPN client app (cli only)"
2017maintainer="dkwo <npiazza@disroot.org>"
2118license="GPL-3.0-or-later"
2219homepage="https://mullvad.net/"
2320changelog="https://raw.githubusercontent.com/mullvad/mullvadvpn-app/refs/heads/main/CHANGELOG.md"
24- distfiles="https://github.com/mullvad/mullvadvpn-app/archive/refs/tags/${version}.tar.gz
25- https://github.com/mullvad/wireguard-go/archive/refs/tags/${_wggover}.tar.gz"
26- checksum="cda4ed7097eb9bee25bc3f6de9ed3eeb9ec0637fc81932d48ec4fc7c272ca0b5
27- fd9fa45155098223a17ea934eaa6eb44ee990cd2a7ab638bce482f62fd8502e8"
28- skip_extraction="${_wggover}.tar.gz"
29-
30- post_extract() {
31- vsrcextract -C wireguard-go-rs/libwg/wireguard-go "${_wggover}.tar.gz"
32- }
21+ distfiles="https://github.com/mullvad/mullvadvpn-app/archive/refs/tags/${version}-beta2.tar.gz"
22+ checksum=c7899e3a001d2a591a22863ebb3aff516cfbbbba3718a0a5edd9a6f37ef9117b
3323
3424do_install() {
3525 for _bin in mullvad-daemon mullvad mullvad-problem-report mullvad-setup mullvad-exclude; do
0 commit comments