Sorry, flagged it by mistake
Search Criteria
Package Details: mullvad-vpn 2025.2-1
Package Actions
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: | 143 |
Popularity: | 4.65 |
First Submitted: | 2018-10-24 17:33 (UTC) |
Last Updated: | 2025-01-08 19:53 (UTC) |
Dependencies (13)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- iputils (busybox-coreutilsAUR, iputils-gitAUR)
- libnftnl (libnftnl-fullconeAUR, libnftnl-gitAUR)
- libnotify (libnotify-gitAUR)
- nss (nss-hgAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libxcrypt-compat (make)
- nvmAUR (nvm-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
- libappindicator-gtk3 (optional) – tray icon
Required by (3)
Sources (7)
- git+https://github.com/mullvad/maybenot.git#commit=d40056adfa854d86e1d515d56e9a703090e2473c
- git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=049d5d3bc0c86c29c20f2073460186a83c1d7094?signed
- git+https://github.com/mullvad/mullvadvpn-app.git#tag=2025.2?signed
- git+https://github.com/mullvad/wireguard-go.git#commit=3957ef94034a9cbb47f323b3290620bb849d58e3?signed
- mullvad-vpn.sh
- no-publish.diff
- no-rpm.diff
yataro commented on 2025-01-09 09:30 (UTC)
dreieck commented on 2025-01-08 10:58 (UTC) (edited on 2025-01-08 10:59 (UTC) by dreieck)
A support suggestion to your .install
script:
Currently, it assumes that systemd is installed. To enhance compatibility of this package to systems without systemd, can you check if it is installed and only if it is call systemd specific commands?
Same with apparmor.
(342/404) upgrading mullvad-vpn [#######################################################] 100%
/tmp/alpm_Dy36wX/.INSTALL: line 37: systemctl: command not found
Starting & enabling Mullvad VPN daemon...
/tmp/alpm_Dy36wX/.INSTALL: line 22: systemctl: command not found
Failed to start mullvad-daemon.service
Enabling Mullvad early boot blocking service...
/tmp/alpm_Dy36wX/.INSTALL: line 24: systemctl: command not found
Cache read/write disabled: interface file missing. (Kernel needs AppArmor 2.4 compatibility patch.)
Warning: unable to find a suitable fs in /proc/mounts, is it mounted?
Use --subdomainfs to override.
Failed to reload apparmor profile
Regards and thanks for the package!
sipak commented on 2025-01-05 08:31 (UTC) (edited on 2025-01-15 09:20 (UTC) by sipak)
For those having issues with keys, try these:
- https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x225e40c8f1c8deb7977abf59f293063fece2e8ed
- https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x049f58cc80d9c78452151ee6ef0ccd68d0e5b9b1
** .
- 4CFC478DCC2543A3: Andrej Mihajlov
- AEE9DECFD582E984: David Lönnhager
- F14861F4F126927D: Emīls Piņķis
- 7653B940E494FE87: Linus Färnstrand
- D5A1D4F266DE8DDF: Mullvad
- C4B675BD651179D1: Odd Stranne
- 2F391DE6B00D619C: Oskar Nyberg
- 7FC37083906D5D4F: Richard Mitra
- 25E8E91F5CD10CC2: Richard
- 8334E54D695B6709: Robin Lövgren
- A78C2435BC334D52: Simon Andersson
yochananmarqos commented on 2025-01-03 21:36 (UTC)
Whoops. One more fix with 2025.1-3.
yochananmarqos commented on 2025-01-03 21:29 (UTC)
@Mr.Spock: Please flag the package out of date instead of commenting.
@WAUthethird @Caydonin: It was fixed with 2025.1-2 before either of you commented.
Caydonin commented on 2025-01-03 20:07 (UTC)
Seeing issue similar to WAUthethird.
target '/home/username/.cache/trizen/sources/mullvad-vpn-bin/pkg/mullvad-vpn-bin/etc/apparmor.d/mullvad': No such file or directory
yataro commented on 2025-01-03 20:06 (UTC)
diff --git a/PKGBUILD b/PKGBUILD index 48525fd..8f68018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -198,5 +198,5 @@ package() {
# Symlink apparmor profile to allow Electron sandbox to work
install -d "$pkgdir/etc/apparmor.d"
- ln -s /opt/Mullvad VPN/resources/apparmor_mullvad "$pkgdir/etc/apparmor.d/mullvad"
+ ln -s "/opt/Mullvad VPN/resources/apparmor_mullvad" "$pkgdir/etc/apparmor.d/mullvad"
}
WAUthethird commented on 2025-01-03 20:03 (UTC)
Getting an error on clean build with the latest update. Anyone else seeing this?
ln: target '/home/some_username/.cache/yay/mullvad-vpn/pkg/mullvad-vpn/etc/apparmor.d/mullvad': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
Mr.Spock commented on 2024-12-04 19:39 (UTC)
New version 2024.8 is available. I got notified in the Mullvad VPN app about it.
yochananmarqos commented on 2024-11-26 16:56 (UTC)
@dreieck: mullvad-vpn-cli
provides and conflicts with mullvad-vpn
. Other packages should depend on mullvad-vpn
so either can be chosen.
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.