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 .. 35 36 37 38 39 40 41 42 43 44 45 Next › Last »

<deleted-account> commented on 2019-12-02 06:03 (UTC)

@yochananmarqos I get the following errors when trying your recommended fixes:

cp: cannot stat 'dist/linux-unpacked/.': No such file or directory and install: cannot stat 'dist/linux-unpacked/*': No such file or directory

I'm using makepkg -si. Would it perhaps have anything to do with the new rust/cargo dependency?

yochananmarqos commented on 2019-12-02 02:23 (UTC) (edited on 2019-12-02 15:15 (UTC) by yochananmarqos)

@davedatum @ruabmbua @blackpoll: EDIT: I can reproduce it, working on it.

@coderobe: What does git submodule update --init --recursive not accomplish that the VCS package guidelines example does? The submodules are nested and the --recursive flag pulls them all.

coderobe commented on 2019-12-01 22:25 (UTC)

@yochananmarqos: Git submodules in sources require a bit more work. git submodule update --init --recursive is not sufficient. Please take a look at https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git_Submodules

blackpoll commented on 2019-12-01 21:47 (UTC)

==> Starting package()... cp: cannot stat 'dist/linux-unpacked/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

There are multiple versions now of Mullvad in the AUR. Which one is recommended to properly work and update?

ruabmbua commented on 2019-12-01 19:02 (UTC)

Same problem here:

==> Starting package()... cp: cannot stat 'dist/linux-unpacked/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

<deleted-account> commented on 2019-12-01 18:58 (UTC)

mullvad-vpn 2019.9-7

==> Entering fakeroot environment... ==> Starting package()... cp: cannot stat 'dist/linux-unpacked/*': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

yochananmarqos commented on 2019-11-27 22:07 (UTC)

@Taijian: Thanks, good catch.

Taijian commented on 2019-11-27 21:47 (UTC)

Following up on my earlier post about dependencies: After some experimenting it seems that mullvad does not necessarily need 'libappindicator-gtk2' - which makes sense, because it also depends on gtk3 not gtk2. Apparently 'libappindicator-gtk3' will also do just fine displaying the tray icon.

yochananmarqos commented on 2019-11-27 14:52 (UTC)

@Taijian: I removed gconf. gsettings-desktop-schemas is covered by gtk3.