Package Details: mullvad-vpn 2024.1-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.44
First Submitted: 2018-10-24 17:33 (UTC)
Last Updated: 2024-03-21 22:38 (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 2 3 4 5 6 7 8 .. 39 Next › Last »

nullpointer_ex commented on 2023-04-27 17:56 (UTC)

Please add pkg-config to the dependencies.

TaZeR commented on 2023-04-17 06:22 (UTC)

Thanks you very much, package is a works works now ;)

yochananmarqos commented on 2023-04-07 21:31 (UTC)

@HurricanePootis: I apologize for the way I reacted, it was rude. I do appreciate being told when I make a mistake so I can correct it. I use mullvad-vpn-beta myself and already made the change two weeks ago. As I mentioned below, I haven't been feeling well and forgot to double-check the diff between 2023.3-beta1 and 2023.3 stable.

yochananmarqos commented on 2023-04-06 20:44 (UTC)

@HurricanePootis: You actually flagged the package AFTER I had already updated it.

I will no longer participate in this pointless conversation.

HurricanePootis commented on 2023-04-06 20:08 (UTC) (edited on 2023-04-06 20:11 (UTC) by HurricanePootis)

@yochananmarqos: maintainers are supposed to at least build the package before bumping the pkgver blindly and check their comments. Who knows how long it would've taken for you to fix this without me doing the flag.

yochananmarqos commented on 2023-04-06 17:27 (UTC)

@@HurricanePootis: DO NOT flag packages out of date unless there is a new upstream release. Maintainers will just unflag the package and ignore you.

yochananmarqos commented on 2023-04-06 17:26 (UTC)

@mutant-monkey: Sorry, wasn't feeling well yesterday, forgot to diff my mullvad-vpn-beta PKGBUILD with this one. It's fixed now.

@HurricanePootis: Please just tell me what the problem is, I don't need a huge diff pasted here. Use a pastebin service and link it here if you must.

HurricanePootis commented on 2023-04-06 17:11 (UTC)

Hey @yochananmarqos here is a patch file to fix your PKGBUILD

diff --git a/PKGBUILD b/PKGBUILD
index b206f62..50efa1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,10 @@
 # Contributor: Linus Färnstrand <linus at mullvad dot net>
 # Contributor: Emīls Piņķis <emil at mullvad dot net>
 # Contributor: Andrej Mihajlov <and at mullvad dot net>
+# Contributor: HurricanePootis <hurricanepootis@protonmail.com>
 pkgname=mullvad-vpn
 pkgver=2023.3
-pkgrel=1
+pkgrel=2
 pkgdesc="The Mullvad VPN client app for desktop"
 arch=('x86_64')
 url="https://www.mullvad.net"
@@ -92,11 +93,11 @@ build() {
   cargo build --frozen --release

   echo "Preparing for packaging Mullvad VPN ${PRODUCT_VERSION}..."
-  mkdir -p dist-assets/shell-completions
+  mkdir -p build/shell-completions
   for sh in bash zsh fish; do
     echo "Generating shell completion script for ${sh}..."
     cargo run --bin mullvad --frozen --release -- shell-completions ${sh} \
-      dist-assets/shell-completions/
+      build/shell-completions/
   done

   echo "Updating relays.json..."
@@ -146,11 +147,11 @@ package() {
   install -m755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"

   # Install completions
-  install -Dm644 dist-assets/shell-completions/mullvad.bash \
+  install -Dm644 build/shell-completions/mullvad.bash \
     "$pkgdir/usr/share/bash-completion/completions/mullvad"
-  install -Dm644 dist-assets/shell-completions/_mullvad -t \
+  install -Dm644 build/shell-completions/_mullvad -t \
     "$pkgdir/usr/share/zsh/site-functions/"
-  install -Dm644 dist-assets/shell-completions/mullvad.fish -t \
+  install -Dm644 build/shell-completions/mullvad.fish -t \
     "$pkgdir/usr/share/fish/vendor_completions.d/"

   # Install desktop file & icons from deb