summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-10-20 09:40:26 -0600
committerMark Wagie2020-10-20 09:40:26 -0600
commit9a8c949712674d096492773d5a70e15d20d18aa3 (patch)
treec4f4b9c515d37d3e31c48ad9c361b93500a8c9cf /PKGBUILD
parent113c351d9a0f1d07513fe5aa0f43de8474e18c27 (diff)
downloadaur-9a8c949712674d096492773d5a70e15d20d18aa3.tar.gz
2020.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83b5e08dec38..1ddead3b56d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matthew McGinn <mamcgi at gmail dot com>
# Contributor: alicewww <almw at protonmail dot com>
pkgname=mullvad-vpn-bin
-pkgver=2020.5
+pkgver=2020.6
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop"
url="https://www.mullvad.net"
@@ -14,13 +14,13 @@ 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=('760b1482e20d4064e3da20575950783d7ce10e092e386154b1ac737929363f8c'
+sha256sums=('2353c817abd026e3061cdfa30fb41ac304ec2cf0b3057aaf34a86f450eda3935'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>
package() {
- tar -xvf data.tar.xz -C "$pkgdir"
+ bsdtar -xvf data.tar.xz -C "$pkgdir"
# Link to the GUI binary
install -m755 "$srcdir/${pkgname%-bin}.sh" "$pkgdir/usr/bin/${pkgname%-bin}"