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: 131
Popularity: 4.46
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 .. 28 29 30 31 32 33 34 35 36 37 38 39 Next › Last »

<deleted-account> commented on 2019-12-04 15:51 (UTC)

Can confirm, built and installed successfully.

Thanks.

yochananmarqos commented on 2019-12-03 23:41 (UTC)

It builds! I mean it this time. Let me know if I missed anything.

yochananmarqos commented on 2019-12-02 16:44 (UTC) (edited on 2019-12-02 17:57 (UTC) by yochananmarqos)

@dbirks: Thank you, that helps. EDIT: I think I just figured out what the problem is, rebuilding now...

dbirks commented on 2019-12-02 15:17 (UTC)

@yochananmarqos I haven't fully tested this, but while working on building this from source last week, this is what I got. I added dist-assets/binaries to the init to skip grabbing the windows-specific sources. Hopefully it helps some:

source=("git+https://github.com/mullvad/mullvadvpn-app.git#tag=$pkgver"
        "git+https://github.com/mullvad/mullvadvpn-app-binaries.git")

prepare() {
  # Point the submodule to our local copy
  cd mullvadvpn-app
  git submodule init dist-assets/binaries
  git config submodule.mullvadvpn-app-binaries.url "$srcdir/mullvadvpn-app-binaries"
  git submodule update
}