summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-10-25 08:41:14 -0600
committerMark Wagie2021-10-25 08:41:14 -0600
commit32e68666804122dae3f6d3c1e62f0a470a25553a (patch)
tree648c70e3a3a1b7463bb57e222489353bd7a22ad0 /PKGBUILD
parentf1a62d5302202f21026ec766a71f967f7ae35ce8 (diff)
downloadaur-32e68666804122dae3f6d3c1e62f0a470a25553a.tar.gz
2021.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96bd55f5c53d..d8ae5bf4d012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
# Contributor: Andrej Mihajlov <and at mullvad dot net>
pkgname=mullvad-vpn-beta
_pkgver=2021.5
-_channel=beta
-_rel=2
+_channel=stable
+_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"
)