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 .. 21 22 23 24 25 26 27 28 29 30 31 .. 45 Next › Last »

deesnook commented on 2020-10-21 17:04 (UTC)

@noch918 How would you do this and, just out of curiosity, why hasn't this problem occured before?

noch918 commented on 2020-10-21 13:10 (UTC)

@dahikino you must add developers key and trust them, then the error will go away

dahikino commented on 2020-10-21 10:46 (UTC)

Vérification of signatures for file sources via gpg… mullvadvpn-app git repo ... Done mullvadvpn-app-binaries git repo ... Failed (public key unknown AEE9DECFD582E984)

dahikino commented on 2020-10-21 10:38 (UTC)

error One or more PGP signatures could not be verified.

Can you verify ?

yochananmarqos commented on 2020-10-02 02:43 (UTC) (edited on 2020-10-02 02:44 (UTC) by yochananmarqos)

@wilberfan: That's the installed size of go and rust, not mullvad-vpn. Yay will prompt you to remove build dependencies after.

wilberfan commented on 2020-10-02 02:27 (UTC)

@yochananmarqos The output from the yay command:

$ yay -S mullvad-vpn :: There are 4 providers available for mullvad-vpn: :: Repository AUR 1) mullvad-vpn 2) mullvad-vpn-beta 3) mullvad-vpn-beta-bin 4) mullvad-vpn-bin

Enter a number (default=1): :: Checking for conflicts... :: Checking for inner conflicts... [Repo Make:2] go-2:1.15.2-1 rust-1:1.46.0-1 [Aur:1] mullvad-vpn-2020.5-1

==> Remove make dependencies after install? [y/N] y :: Downloaded PKGBUILD (1/1): mullvad-vpn 1 mullvad-vpn (Build Files Exist) ==> Diffs to show? ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4) ==> :: (1/1) Parsing SRCINFO: mullvad-vpn resolving dependencies... looking for conflicting packages...

Packages (2) go-2:1.15.2-1 rust-1:1.46.0-1

Total Download Size: 195.94 MiB Total Installed Size: 977.87 MiB

:: Proceed with installation? [Y/n]

yochananmarqos commented on 2020-10-02 01:52 (UTC)

@wilberfan: Where are you getting that from? It's 240.42 MiB on my system.

wilberfan commented on 2020-10-01 21:53 (UTC)

Any idea why this would be over 980MB when installed??

null_matter commented on 2020-07-17 14:21 (UTC)

I've been getting this error for a few months now when trying to update via yay, I've been forced to use the older version:

error: failed to get fern as a dependency of package mullvad-daemon v2020.5.0 (/home/umber/.cache/yay/mullvad-vpn/src/mullvadvpn-app/mullvad-daemon)

Caused by: failed to fetch https://github.com/rust-lang/crates.io-index

I tried installing rustup instead of rust, which started giving a different error, so I tried "rustup install stable", which went back to the first error.

I just decided to uninstall the package and use mullvad-vpn-bin instead but this is the first time I've had an aur issue I couldn't resolve.

nakor commented on 2020-07-15 15:46 (UTC) (edited on 2020-07-21 16:47 (UTC) by nakor)

FIXED The "S" option in makepkg -CSi was triggering the error. With makepkg -Ci it works.

When I try to update from 2020.4 to 2020.5 I get the following error, when running makepkg -CSi:

==> Making package: mullvad-vpn 2020.5-1 (Wed 15 Jul 2020 05:15:27 PM CEST) ==> Retrieving sources... -> Found mullvad-vpn.sh ==> Validating source files with sha256sums... mullvadvpn-app ... Skipped mullvadvpn-app-binaries ... Skipped mullvad-vpn.sh ... Passed ==> Verifying source file signatures with gpg... git repo ... SIGNATURE NOT FOUND git repo ... SIGNATURE NOT FOUND ==> ERROR: One or more PGP signatures could not be verified!

When I clone https://github.com/mullvad/mullvadvpn-app.git and verify it with git tag -v 2020.5 I get: object 0198a8b98683a768bb8306d7b8ead7f9a0ca114c type commit tag 2020.5 tagger Linus Färnstrand <linus@mullvad.net> 1593072334 +0200

2020.5 gpg: Signature made Thu 25 Jun 2020 10:05:35 AM CEST gpg: using RSA key A6A4778440D27368967A7A3578CEAA8CB72E4467 gpg: Good signature from "Linus Färnstrand (code signing key) <linus@mullvad.net>" [ultimate]

I also tried to import and trust every of Mullvads Developer keys. The error persists. Am I missing something obvious?