summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-10 14:59:42 -0700
committerMark Wagie2021-02-10 14:59:42 -0700
commit36f7ff668184a9db1e7c6fb73c84ea1592017ac1 (patch)
treecda205f0dd4b3909c04a67b86012342309613dd0
parentf86262eb6a9ebd940a245df889c973f43513cff6 (diff)
downloadaur-36f7ff668184a9db1e7c6fb73c84ea1592017ac1.tar.gz
2020.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f16912698e6..56e1058078bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-bin
pkgdesc = The Mullvad VPN client app for desktop
- pkgver = 2020.7
+ pkgver = 2021.1
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -8,15 +8,14 @@ pkgbase = mullvad-vpn-bin
license = GPL3
depends = libnotify
depends = libappindicator-gtk3
- depends = libxss
depends = nss
provides = mullvad-vpn
conflicts = mullvad-vpn
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7/MullvadVPN-2020.7_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7/MullvadVPN-2020.7_amd64.deb.asc
+ 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 = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 3193add6573ef2edc9e84898adad65e14f2fcc060df89c7ca924236cc3f7791f
+ sha256sums = 079b0ead15fd748a2bc8b130918890106bc2be639e58b27f659547f58f184acf
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/PKGBUILD b/PKGBUILD
index a54add2720da..7cf4bccc2904 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=2020.7
+pkgver=2021.1
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
arch=('x86_64')
license=('GPL3')
-depends=('libnotify' 'libappindicator-gtk3' 'libxss' 'nss')
+depends=('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=('3193add6573ef2edc9e84898adad65e14f2fcc060df89c7ca924236cc3f7791f'
+sha256sums=('079b0ead15fd748a2bc8b130918890106bc2be639e58b27f659547f58f184acf'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>