Package Details: mullvad-vpn 2024.2-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: 130
Popularity: 3.69
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2024-04-29 15:34 (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 2020-11-17 03:00 (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.

Latest Comments

« First ‹ Previous 1 .. 34 35 36 37 38 39 40 Next › Last »

<deleted-account> commented on 2019-02-20 13:07 (UTC)

Horrible program, so heavy. Finally got it to work. The app window doesn't show up if the daemon is running. Only if I start the gui first and then the daemon.

yochananmarqos commented on 2018-11-16 16:31 (UTC)

@snarfies You need to restart the service after updating:

systemctl restart mullvad-daemon

toynbeeidea commented on 2018-11-16 16:28 (UTC)

Okay, 2018.5-3 put the menu entry back, thank you. Now the app says "Inconsistent internal version information, please restart the app." Internet connection is dead until the app is closed.

toynbeeidea commented on 2018-11-16 06:32 (UTC) (edited on 2018-11-16 06:32 (UTC) by toynbeeidea)

This new build of Mullvad (2018.5-2) has removed my entry form XFCE and replaced it with... nothing. I have no menu entry anymore. Boo.

ethanrakoff commented on 2018-11-07 11:32 (UTC)

Doesn't need to conflict with mullvad-vpn-old anymore as that package no longer exists.

yochananmarqos commented on 2018-11-02 16:33 (UTC) (edited on 2019-09-25 23:51 (UTC) by yochananmarqos)

@oibind That's a great idea. I've implemented it in my PKGBUILD.

oibind commented on 2018-11-02 15:53 (UTC)

should really be validating the signature from mullvad

https://gist.github.com/oibind/36cb69e2a90dd4e2628adbe56fb1259e

sheevy commented on 2018-10-30 23:29 (UTC)

Thanks for this!

yochananmarqos commented on 2018-10-30 18:21 (UTC) (edited on 2019-09-25 23:52 (UTC) by yochananmarqos)

The package should be called mullvad-vpn-bin as the source is a prebuilt binary package.

The desktop file is no longer needed, it's in the source package.

rpmextract is not needed; the .rpm is extracted automatically.

To add messages to display after installing/upgrading, they should be in an .install file like this: https://github.com/yochananmarqos/pkgbuilds/blob/master/mullvad-vpn/mullvad-vpn.install

YaLTeR commented on 2018-10-29 16:17 (UTC)

Could you please add the CLI binary to the package? This seems to do the trick:

install -m755 "${srcdir}/usr/bin/mullvad" "${pkgdir}/usr/bin/mullvad"