Checksums are fixed now.
Search Criteria
Package Details: mullvad-vpn-beta-bin 2025.7.stable-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mullvad-vpn-beta-bin.git (read-only, click to copy) |
---|---|
Package Base: | mullvad-vpn-beta-bin |
Description: | The Mullvad VPN client app for desktop (beta channel) |
Upstream URL: | https://www.mullvad.net |
Licenses: | GPL-3.0-or-later |
Conflicts: | mullvad-vpn |
Provides: | mullvad-vpn |
Submitter: | yochananmarqos |
Maintainer: | yochananmarqos |
Last Packager: | yochananmarqos |
Votes: | 14 |
Popularity: | 0.060771 |
First Submitted: | 2019-11-27 15:10 (UTC) |
Last Updated: | 2025-06-24 16:09 (UTC) |
Dependencies (7)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- iputils (iputils-gitAUR)
- libnftnl (libnftnl-fullconeAUR, libnftnl-gitAUR)
- libnotify (libnotify-gitAUR)
- nss (nss-hgAUR)
- libappindicator-gtk3 (optional) – tray icon
Required by (3)
- mullvad-vpn-dinit (requires mullvad-vpn)
- mullvad-vpn-openrc (requires mullvad-vpn)
- mullvad-vpn-s6 (requires mullvad-vpn)
Sources (5)
- https://github.com/mullvad/mullvadvpn-app/releases/download/2025.7/MullvadVPN-2025.7_amd64.deb
- https://github.com/mullvad/mullvadvpn-app/releases/download/2025.7/MullvadVPN-2025.7_amd64.deb.asc
- https://github.com/mullvad/mullvadvpn-app/releases/download/2025.7/MullvadVPN-2025.7_arm64.deb
- https://github.com/mullvad/mullvadvpn-app/releases/download/2025.7/MullvadVPN-2025.7_arm64.deb.asc
- mullvad-vpn.sh
yochananmarqos commented on 2025-05-21 18:01 (UTC)
qwrtln commented on 2025-05-21 17:29 (UTC)
I'm confirming the same issue @mmtech2012 is facing. Installing clean renders no result, the outcome is the same. Only manually updating the checksums fixes the issue:
diff --git a/PKGBUILD b/PKGBUILD
index 842e643..4b451bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,8 +31,7 @@ source_aarch64=(
# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_arm64.deb"{,.asc} # beta
"https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_arm64.deb"{,.asc} # stable
)
-sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4'
- 'a7b99f7acbb7f99c6ab8ecf5bb674310294c29a561d9bd7c531508841942cab3')
+sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
sha256sums_x86_64=('a632639dbd343c8f496ca82dcf4f1ea80a045f50779e935a6f6fa3f566ba3dea'
'SKIP')
sha256sums_aarch64=('f02c949f6c943ea7b074bde910de8b3a15f2d6e2d8e29d68dcea36fd1e49294e'
yochananmarqos commented on 2025-05-21 15:33 (UTC)
@mmtech2012: Can't reproduce, start over clean.
mmtech2012 commented on 2025-05-21 05:47 (UTC) (edited on 2025-05-21 05:47 (UTC) by mmtech2012)
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only
aur/mullvad-vpn-beta-bin 2025.6.beta2-4 2025.6.stable-4 No
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs...
PKGBUILDs up to date
nothing new to review
fetching devel info...
==> Making package: mullvad-vpn-beta-bin 2025.6.stable-4 (Wed May 21 09:16:52 2025)
==> Retrieving sources...
-> Found mullvad-vpn.sh
-> Found MullvadVPN-2025.6_amd64.deb
-> Found MullvadVPN-2025.6_amd64.deb.asc
==> ERROR: Integrity checks (sha256) differ in size from the source array.
error: failed to download sources for 'mullvad-vpn-beta-bin-2025.6.stable-4':
error: packages failed to build: mullvad-vpn-beta-bin-2025.6.stable-4
yochananmarqos commented on 2025-01-03 21:38 (UTC)
@BahianvsMaximvs: Fixed.
Cruzoeee commented on 2025-01-03 21:21 (UTC) (edited on 2025-01-03 21:29 (UTC) by Cruzoeee)
Same problem as the mullvad-vpn-bin pkgbuild.
There is a space in "Mullvad VPN" in line 43
ln -s /opt/Mullvad VPN/resources/apparmor_mullvad "$pkgdir/etc/apparmor.d/mullvad"
quoting the path leads to a successful build and installation.
bluetail commented on 2024-08-27 04:53 (UTC) (edited on 2024-08-27 04:53 (UTC) by bluetail)
This does not properly start from sway wayland and only through manually issuing it via the console. It takes some time, and then its there. But not through desktop file.
/opt/Mullvad VPN
127 % ./mullvad-gui
[3829163:0827/065111.451511:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[3829163:0827/065111.451780:ERROR:select_file_dialog_linux_portal.cc(286)] Failed to read portal version property
kinoe commented on 2022-10-05 17:17 (UTC)
@yochananmarqos: Great job! much apreciated, thank you!
Pinned Comments
yochananmarqos commented on 2020-04-07 17:37 (UTC)
This package will verify the signature of the source package. The Mullvad code signing key is available here and instructions are here.