2 Commits

Author SHA1 Message Date
fa2c6775c0 Bikeshed comment 2026-04-23 13:57:37 +02:00
b0d79cbb26 Fix sha256sum location 2026-04-23 13:52:53 +02:00

View File

@@ -40,9 +40,6 @@ subpackages="
source=" source="
https://github.com/mullvad/mullvadvpn-app/archive/refs/tags/2026.2-beta1.tar.gz https://github.com/mullvad/mullvadvpn-app/archive/refs/tags/2026.2-beta1.tar.gz
" "
sha512sums="
9af0c263f0e5985d7842099f50a5070da0b23691f08ffe57c3b6d239d2c1c9acea89c07890f31d89bd75448a2dd1fd3c878b85be458baba0bcd90760e714b032 2026.2-beta1.tar.gz
"
builddir="$srcdir/mullvadvpn-app-2026.2-beta1/" builddir="$srcdir/mullvadvpn-app-2026.2-beta1/"
options="net suid" options="net suid"
@@ -56,8 +53,8 @@ prepare() {
} }
build() { build() {
# Specify `--target` so that the build artifacts ends up in target/<target>/release to # Specify `--target` so that build artifacts will end up in target/<target>/release
# avoid clashes with host system when running in a container with a mounted target folder. # This avoids clashes with host system when running in a container with a mounted target folder.
# Compile all binaries # Compile all binaries
cargo auditable build --release --locked \ cargo auditable build --release --locked \
@@ -115,3 +112,7 @@ suid() {
install -m4755 -D "$_cargo_release_dir/mullvad-exclude" \ install -m4755 -D "$_cargo_release_dir/mullvad-exclude" \
"$subpkgdir/usr/bin/mullvad-exclude" "$subpkgdir/usr/bin/mullvad-exclude"
} }
sha512sums="
9af0c263f0e5985d7842099f50a5070da0b23691f08ffe57c3b6d239d2c1c9acea89c07890f31d89bd75448a2dd1fd3c878b85be458baba0bcd90760e714b032 2026.2-beta1.tar.gz
"