summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-11-03 10:22:14 -0600
committerMark Wagie2021-11-03 10:22:14 -0600
commit5a73a360e1726942382f5425d10a59b54a8e2181 (patch)
treedb71b0353e1c2063a13a642db89cfdc0bb0a48ff /PKGBUILD
parent32e68666804122dae3f6d3c1e62f0a470a25553a (diff)
downloadaur-5a73a360e1726942382f5425d10a59b54a8e2181.tar.gz
2021.6-beta1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8ae5bf4d012..c59e9291f4aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# Contributor: Emīls Piņķis <emil at mullvad dot net>
# Contributor: Andrej Mihajlov <and at mullvad dot net>
pkgname=mullvad-vpn-beta
-_pkgver=2021.5
-_channel=stable
+_pkgver=2021.6
+_channel=beta
_rel=1
# beta
-#pkgver=${_pkgver}.${_channel}${_rel}
+pkgver=${_pkgver}.${_channel}${_rel}
# stable
-pkgver=${_pkgver}.${_channel}
+#pkgver=${_pkgver}.${_channel}
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop (beta channel)"
url="https://www.mullvad.net"
@@ -24,8 +24,8 @@ conflicts=("${pkgname%-beta}")
install="${pkgname%-beta}.install"
_commit=19a97997b188855d0ba5aedb7419683df45d93bc
source=(
-# "git+https://github.com/mullvad/mullvadvpn-app.git#tag=${_pkgver}-${_channel}${_rel}?signed" # beta
- "git+https://github.com/mullvad/mullvadvpn-app.git#tag=${_pkgver}?signed" # stable
+ "git+https://github.com/mullvad/mullvadvpn-app.git#tag=${_pkgver}-${_channel}${_rel}?signed" # beta
+# "git+https://github.com/mullvad/mullvadvpn-app.git#tag=${_pkgver}?signed" # stable
"git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=$_commit?signed"
"${pkgname%-beta}.sh"
)