@yochananmarqos I'm not sure I follow -- the PGP key has long been added to the package (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mullvad-vpn#n18).
Search Criteria
Package Details: mullvad-vpn 2024.7-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: | 137 |
Popularity: | 2.37 |
First Submitted: | 2018-10-24 17:33 (UTC) |
Last Updated: | 2024-10-30 16:32 (UTC) |
Dependencies (12)
- 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, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- libxcrypt-compat (make)
- nvmAUR (nvm-gitAUR) (make)
- protobuf (protobuf-gitAUR) (make)
Required by (3)
Sources (7)
- git+https://github.com/mullvad/maybenot.git#commit=b06094e81701782d28cd2312f58e0654109d04ce
- git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=049d5d3bc0c86c29c20f2073460186a83c1d7094?signed
- git+https://github.com/mullvad/mullvadvpn-app.git#tag=2024.7?signed
- git+https://github.com/mullvad/wireguard-go.git#commit=b1cf09a982bba6f6c63fadc956d88e8c2326d05e?signed
- mullvad-vpn.sh
- no-publish.diff
- no-rpm.diff
Latest Comments
« First ‹ Previous 1 .. 37 38 39 40 41 42 43 44 45 Next › Last »
gin078 commented on 2019-09-26 06:12 (UTC)
Daxor commented on 2019-09-25 22:57 (UTC)
@blackpoll You probably need to reset your wireguard keys or make a new one. I had this issue earlier before.
blackpoll commented on 2019-09-25 21:00 (UTC) (edited on 2019-09-26 10:55 (UTC) by blackpoll)
The Wireguard functionality isn't working for me. It's stuck on "Blocking Internet." OpenVPN works fine.
Daxor commented on 2019-09-25 00:21 (UTC)
After the recent update, as of lastnight, the GUI has completely stopped functioning at all for me, whenver I attempt to launch the GUI I stumble uppon this error
/usr/bin/mullvad-vpn: line 5: /usr/bin/mullvad-gui: No such file or directory
eiko commented on 2019-08-28 17:31 (UTC)
i was having problems with a "failed to verify integrity or prepare mullvad-vpn package" error when trying to install via pacaur.
running: gpg2 --keyserver pool.sks-keyservers.net --recv-keys A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF as described in https://mullvad.net/en/guides/verifying-signatures/ seemed to fix it
<deleted-account> commented on 2019-08-09 20:56 (UTC)
Would you consider updating to beta version of the package? Currently at 2019.7-beta1
yochananmarqos commented on 2019-08-08 16:40 (UTC) (edited on 2019-08-08 16:49 (UTC) by yochananmarqos)
You don't need to provide the desktop and service file separately, they're included:
# Systemd service
sed -i 's/Mullvad\x20VPN/mullvad-vpn/g' "opt/Mullvad VPN/resources/mullvad-daemon.service"
install -Dm644 "opt/Mullvad VPN/resources/mullvad-daemon.service" \
"$pkgdir/usr/lib/systemd/system/mullvad-daemon.service"
# Desktop Entry
sed -i 's/Mullvad VPN/mullvad-vpn/g' \
"usr/share/applications/${pkgname}.desktop"
install -Dm644 "usr/share/applications/${pkgname}.desktop" \
"$pkgdir/usr/share/applications/${pkgname}.desktop"
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.