summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-18 12:53:23 -0700
committerMark Wagie2021-02-18 12:53:23 -0700
commitaa9897e4aa70207e8b62461c8a95df74d57aa3cc (patch)
treec6e47a76558145e6d7a8c223e87e1f900df0e490
parent36f7ff668184a9db1e7c6fb73c84ea1592017ac1 (diff)
downloadaur-aa9897e4aa70207e8b62461c8a95df74d57aa3cc.tar.gz
2021.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e1058078bd..6866b8b11b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2021.1
+ pkgver = 2021.2
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
arch = x86_64
license = GPL3
+ depends = iputils
depends = libnotify
depends = libappindicator-gtk3
depends = nss
provides = mullvad-vpn
conflicts = mullvad-vpn
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2021.1/MullvadVPN-2021.1_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2021.1/MullvadVPN-2021.1_amd64.deb.asc
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2021.2/MullvadVPN-2021.2_amd64.deb
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2021.2/MullvadVPN-2021.2_amd64.deb.asc
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 079b0ead15fd748a2bc8b130918890106bc2be639e58b27f659547f58f184acf
+ sha256sums = 9cd64ad7531c92243ecfc34380373b689eb2ad7588d613cebcc664ac6c030e05
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/PKGBUILD b/PKGBUILD
index 7cf4bccc2904..334de32c8eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Matthew McGinn <mamcgi at gmail dot com>
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
-pkgver=2021.1
+pkgver=2021.2
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
-depends=('libnotify' 'libappindicator-gtk3' 'nss')
+depends=('iputils' 'libnotify' 'libappindicator-gtk3' 'nss')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
install="${pkgname%-bin}.install"
source=("https://github.com/mullvad/mullvadvpn-app/releases/download/$pkgver/MullvadVPN-${pkgver}_amd64.deb"{,.asc}
"${pkgname%-bin}.sh")
-sha256sums=('079b0ead15fd748a2bc8b130918890106bc2be639e58b27f659547f58f184acf'
+sha256sums=('9cd64ad7531c92243ecfc34380373b689eb2ad7588d613cebcc664ac6c030e05'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>