summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0493c5847c..78491d06833a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2023.6
+ pkgver = 2024.1
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
arch = aarch64
license = GPL-3.0-or-later
+ depends = alsa-lib
depends = gtk3
depends = iputils
+ depends = libnftnl
depends = libnotify
depends = nss
provides = mullvad-vpn
@@ -16,13 +18,13 @@ pkgbase = mullvad-vpn-bin
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.6/MullvadVPN-2023.6_amd64.deb
- source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.6/MullvadVPN-2023.6_amd64.deb.asc
- sha256sums_x86_64 = 22113ddcd5d7f22c25beca3e7a2f706d5c8924bb648eb65ff2a078dc066b7bee
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.1/MullvadVPN-2024.1_amd64.deb
+ source_x86_64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.1/MullvadVPN-2024.1_amd64.deb.asc
+ sha256sums_x86_64 = 8a8e913941e84818a3d5a87aca2d466e78bac96555a1864a51dec147e19728b8
sha256sums_x86_64 = SKIP
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.6/MullvadVPN-2023.6_arm64.deb
- source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2023.6/MullvadVPN-2023.6_arm64.deb.asc
- sha256sums_aarch64 = 1d10060e9b3409feea3964d2edd89ef6ea2ec4ca4068cf37b75231cfb12517a8
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.1/MullvadVPN-2024.1_arm64.deb
+ source_aarch64 = https://github.com/mullvad/mullvadvpn-app/releases/download/2024.1/MullvadVPN-2024.1_arm64.deb.asc
+ sha256sums_aarch64 = 6f32930127ea8e68f229979cafc30668285dea0e3c69085fa6e73e814ab0a0f2
sha256sums_aarch64 = SKIP
pkgname = mullvad-vpn-bin
diff --git a/PKGBUILD b/PKGBUILD
index 47bf94993842..06411614a1c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Matthew McGinn <mamcgi at gmail dot com>
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
-pkgver=2023.6
+pkgver=2024.1
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
arch=('x86_64' 'aarch64')
url="https://www.mullvad.net"
license=('GPL-3.0-or-later')
-depends=('gtk3' 'iputils' 'libnotify' 'nss')
+depends=('alsa-lib' 'gtk3' 'iputils' 'libnftnl' 'libnotify' 'nss')
provides=('mullvad-vpn')
conflicts=('mullvad-vpn')
install='mullvad-vpn.install'
@@ -16,9 +16,9 @@ source=('mullvad-vpn.sh')
source_x86_64=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_amd64.deb"{,.asc})
source_aarch64=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_arm64.deb"{,.asc})
sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
-sha256sums_x86_64=('22113ddcd5d7f22c25beca3e7a2f706d5c8924bb648eb65ff2a078dc066b7bee'
+sha256sums_x86_64=('8a8e913941e84818a3d5a87aca2d466e78bac96555a1864a51dec147e19728b8'
'SKIP')
-sha256sums_aarch64=('1d10060e9b3409feea3964d2edd89ef6ea2ec4ca4068cf37b75231cfb12517a8'
+sha256sums_aarch64=('6f32930127ea8e68f229979cafc30668285dea0e3c69085fa6e73e814ab0a0f2'
'SKIP')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin@mullvad.net>