Package Details: mullvad-vpn 2024.8-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: 139
Popularity: 3.43
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2024-12-13 02:39 (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 .. 34 35 36 37 38 39 40 41 42 43 44 45 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
}

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

I can reproduce the error, I'll work on it.

@coderobe: Oh, I see what you mean. I'll do some research about it.

coderobe commented on 2019-12-02 15:00 (UTC)

@yochananmarqos: the difference is that your sources are not checked into SRCDEST. Please follow our guidelines for this.