Package Details: mullvad-vpn-beta 2024.7.stable-1

Git Clone URL: https://aur.archlinux.org/mullvad-vpn-beta.git (read-only, click to copy)
Package Base: mullvad-vpn-beta
Description: The Mullvad VPN client app for desktop (beta channel)
Upstream URL: https://www.mullvad.net
Licenses: GPL-3.0-or-later
Conflicts: mullvad-vpn
Provides: mullvad-vpn
Submitter: None
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 11
Popularity: 0.000028
First Submitted: 2019-08-09 21:46 (UTC)
Last Updated: 2024-10-30 16:30 (UTC)

Pinned Comments

yochananmarqos commented on 2019-12-07 17:44 (UTC) (edited on 2024-08-20 22:49 (UTC) by yochananmarqos)

--> ALWAYS DO A CLEAN BUILD <--

This package will verify the signature of the git tag. Developer keys are available here and instructions are here. See the PKGBUILD to determine which developer key you need.

Upstream does not support building natively for ARM64, only cross-compiling. You can use mullvad-vpn-beta-bin instead.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

<deleted-account> commented on 2020-06-18 14:42 (UTC)

@yochananmarqos and others: For the new mullvad-exclude binary, it needs to have its setuid permission bit changed per the conversation here: https://github.com/mullvad/mullvadvpn-app/issues/781#issuecomment-646032454

This will eventually also need to happen for the regular stable AURs and etc when the feature makes it there.

yochananmarqos commented on 2020-04-28 18:21 (UTC)

@Zeioth: I will only be using pre-release beta builds, not test builds. A new beta should be coming soon.

Zeioth commented on 2020-04-28 18:19 (UTC)

Please make it point to: https://github.com/mullvad/mullvadvpn-app/releases/tag/test-2020.4-beta3

I tried to do it myself, but it didn't work.

yochananmarqos commented on 2020-02-25 15:16 (UTC)

@jhenson: Nice catch, thanks!

jhenson commented on 2020-02-25 05:12 (UTC)

The recent changes fail to build when building in a clean chroot. The following patch fixed it for me:

diff --git a/PKGBUILD b/PKGBUILD
index aa96d6e..100942b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -127,8 +127,8 @@ package() {
                "$pkgdir/usr/share/applications"

        for icon_size in 16 32 48 64 128 256 512 1024; do
-               icons_dir=/usr/share/icons/hicolor/${icon_size}x${icon_size}/apps
+               icons_dir=usr/share/icons/hicolor/${icon_size}x${icon_size}/apps
                install -d $pkgdir/$icons_dir
-               install -m644 $icons_dir/${pkgname%-beta}.png -t $pkgdir$icons_dir
+               install -m644 $icons_dir/${pkgname%-beta}.png -t $pkgdir/$icons_dir
        done
 }

yochananmarqos commented on 2019-12-07 17:44 (UTC) (edited on 2024-08-20 22:49 (UTC) by yochananmarqos)

--> ALWAYS DO A CLEAN BUILD <--

This package will verify the signature of the git tag. Developer keys are available here and instructions are here. See the PKGBUILD to determine which developer key you need.

Upstream does not support building natively for ARM64, only cross-compiling. You can use mullvad-vpn-beta-bin instead.

yochananmarqos commented on 2019-12-04 00:42 (UTC)

It now builds from source!

yochananmarqos commented on 2019-12-02 20:33 (UTC)

This now builds from source, but is broken currently. Please use mullvad-vpn-beta-bin for now.

yochananmarqos commented on 2019-11-27 15:51 (UTC)

There is now a binary package mullvad-vpn-beta-bin. I'll work on building this from source. If anyone wants to contribute let me know and I'll add you as a Co-Maintainer.

coderobe commented on 2019-11-23 12:20 (UTC)

No it won't. Mullvad provides sources at https://github.com/mullvad/mullvadvpn-app - Please modify this PKGBUILD to build from source, or disown it so that someone else may do so.