Package Details: mullvad-vpn 2024.7-1

Git Clone URL: https://aur.archlinux.org/mullvad-vpn.git (read-only, click to copy)
Package Base: mullvad-vpn
Description: The Mullvad VPN client app for desktop
Upstream URL: https://www.mullvad.net
Licenses: GPL-3.0-or-later
Submitter: gin078
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 137
Popularity: 2.73
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2024-10-30 16:32 (UTC)

Pinned Comments

yochananmarqos commented on 2022-11-11 19:31 (UTC) (edited on 2022-11-13 19:21 (UTC) by yochananmarqos)

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

yochananmarqos commented on 2019-12-07 17:44 (UTC) (edited on 2024-06-06 22:09 (UTC) by yochananmarqos)

--> ALWAYS DO A CLEAN BUILD <--

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

Please do not create upstream issues about the AUR package, they do not support it.

Latest Comments

« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 45 Next › Last »

silverbluep commented on 2020-05-17 17:35 (UTC) (edited on 2020-05-17 17:42 (UTC) by silverbluep)

The gui test fails for me (since I don't have a display available; I'm building in a clean chroot)

Also why is the installer downloading it's own electron version? Shouldn't the package should pull in electron dependency instead. I dont know much about rust to determine if this is a questionable build decision or not.

Eveready commented on 2020-05-14 22:14 (UTC)

@yochananmarqos Thanks a lot!

yochananmarqos commented on 2020-05-14 22:06 (UTC) (edited on 2020-05-14 22:07 (UTC) by yochananmarqos)

@Eveready: Yes, you can remove the build directory after a successful build. To automatically remove it next time, use the -c flag with makepkg; i.e., makepkg -Csrci.

Eveready commented on 2020-05-14 22:00 (UTC)

I'm a bit new at this, so sorry if this is a dumb question... I noticed that the package, once built, is pretty small, whereas the build folder becomes ~3 gigabytes. Is it ok to erase the build directory once the package is built?

XuLin commented on 2020-05-14 02:46 (UTC)

@yochananmarqos: yes, of course. I'll try installing it again to see what happens but thought I'd share what happened.

yochananmarqos commented on 2020-05-14 02:18 (UTC)

@XuLin: Did you perform a clean build as directed in the pinned comment?

XuLin commented on 2020-05-14 01:05 (UTC)

While building the latest version it went fine but never built the binary itself to run the vpn!

/usr/bin/mullvad-vpn: line 2: /opt/Mullvad VPN/mullvad-vpn: No such file or directory

Can't run the app anymore after that.

yochananmarqos commented on 2020-05-13 14:21 (UTC)

@jhenson: Thanks, added.

jhenson commented on 2020-05-13 00:12 (UTC) (edited on 2020-05-13 00:12 (UTC) by jhenson)

The latest version needs python added as a makedepend:

Installing JavaScript dependencies...

> fsevents@1.2.12 install /build/mullvad-vpn/src/mullvadvpn-app/gui/node_modules/fsevents
> node-gyp rebuild

gyp ERR! find Python
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON

MrHotAir commented on 2020-03-22 15:31 (UTC)

Alright, so I asked around /rust and apparently, there is a library called curl that has a HTTP2 request bug in its 7.69.0 version.

AUR already has the bug-fixed verison, but people on Manjaro-stable side are going to have to wait for a moment.