summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-11-10 12:13:25 -0700
committerMark Wagie2020-11-10 12:13:25 -0700
commit4ac52e29e3d832dfcfc75e9372425559e77b8e23 (patch)
treebddf4ee90b93a1889db0913dbca3215a180568da
parent5dbaa8b82375671d7a51494f882c5a2ca751168b (diff)
downloadaur-4ac52e29e3d832dfcfc75e9372425559e77b8e23.tar.gz
2020.7-beta1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD10
3 files changed, 18 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4f632010f78..a13dc898ffdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-beta-bin
pkgdesc = The Mullvad VPN client app for desktop (latest/beta release)
- pkgver = 2020.6.stable
+ pkgver = 2020.7.beta1
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -12,11 +12,11 @@ pkgbase = mullvad-vpn-beta-bin
depends = nss
provides = mullvad-vpn
conflicts = mullvad-vpn
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.6/MullvadVPN-2020.6_amd64.deb
- source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.6/MullvadVPN-2020.6_amd64.deb.asc
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7-beta1/MullvadVPN-2020.7-beta1_amd64.deb
+ source = https://github.com/mullvad/mullvadvpn-app/releases/download/2020.7-beta1/MullvadVPN-2020.7-beta1_amd64.deb.asc
source = mullvad-vpn.sh
validpgpkeys = A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF
- sha256sums = 2353c817abd026e3061cdfa30fb41ac304ec2cf0b3057aaf34a86f450eda3935
+ sha256sums = a2f85493a3bd6e8e275a935d8a9279ec1863898b69463c860d810da964b7680d
sha256sums = SKIP
sha256sums = a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..951b4436e9df
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+!mullvad-vpn.install
+!mullvad-vpn.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7e3434669d80..16bad88283cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=mullvad-vpn-beta-bin
-_pkgver=2020.6
-_channel=stable
-pkgver=${_pkgver}.${_channel}
+_pkgver=2020.7
+_channel=beta
+pkgver=${_pkgver}.${_channel}1
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop (latest/beta release)"
url="https://www.mullvad.net"
@@ -12,9 +12,9 @@ depends=('libnotify' 'libappindicator-gtk3' 'libxss' 'nss')
provides=("${pkgname%-beta-bin}")
conflicts=("${pkgname%-beta-bin}")
install="${pkgname%-beta-bin}.install"
-source=("https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_amd64.deb"{,.asc}
+source=("https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-${_channel}1/MullvadVPN-${_pkgver}-${_channel}1_amd64.deb"{,.asc}
"${pkgname%-beta-bin}.sh")
-sha256sums=('2353c817abd026e3061cdfa30fb41ac304ec2cf0b3057aaf34a86f450eda3935'
+sha256sums=('a2f85493a3bd6e8e275a935d8a9279ec1863898b69463c860d810da964b7680d'
'SKIP'
'a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')
validpgpkeys=('A1198702FC3E0A09A9AE5B75D5A1D4F266DE8DDF') # Mullvad (code signing) <admin at mullvad dot net>