summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-02-20 10:20:03 -0700
committerMark Wagie2023-02-20 10:20:03 -0700
commit053d855a54213e7fb112cc9ff8a62e7c1b0cc95a (patch)
tree418c8bd54d7e8e13c3eeee56888a58f98c185359
parenta844a9f418a5f507eef5f3014ed4e893d52d92a2 (diff)
downloadaur-053d855a54213e7fb112cc9ff8a62e7c1b0cc95a.tar.gz
2023.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2400b92e7a..c0676f568e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mullvad-vpn-beta
pkgdesc = The Mullvad VPN client app for desktop (beta channel)
- pkgver = 2023.1.beta2
+ pkgver = 2023.1.stable
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -20,7 +20,7 @@ pkgbase = mullvad-vpn-beta
provides = mullvad-vpn
conflicts = mullvad-vpn
options = !lto
- source = git+https://github.com/mullvad/mullvadvpn-app.git#commit=cf294a0dacc52620d40f23bd2345706460a945ff?signed
+ source = git+https://github.com/mullvad/mullvadvpn-app.git#commit=afc2c272831e465c79fab3f84893e4b1357315e5?signed
source = git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=f6dca66645c82501a330416ad39c7e63bcdae57d?signed
source = no-rpm.diff
source = mullvad-vpn.sh
diff --git a/PKGBUILD b/PKGBUILD
index 276f5bba1cdd..be0ad3886afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Andrej Mihajlov <and at mullvad dot net>
pkgname=mullvad-vpn-beta
_pkgver=2023.1
-_channel=beta
-_rel=2
-pkgver=${_pkgver}.${_channel}${_rel} # beta
-#pkgver=${_pkgver}.${_channel} # stable
+_channel=stable
+_rel=1
+#pkgver=${_pkgver}.${_channel}${_rel} # beta
+pkgver=${_pkgver}.${_channel} # stable
pkgrel=1
pkgdesc="The Mullvad VPN client app for desktop (beta channel)"
arch=('x86_64')
@@ -21,7 +21,7 @@ provides=("${pkgname%-beta}")
conflicts=("${pkgname%-beta}")
options=('!lto')
install="${pkgname%-beta}.install"
-_tag=cf294a0dacc52620d40f23bd2345706460a945ff # tags/2023.1-beta2^0
+_tag=afc2c272831e465c79fab3f84893e4b1357315e5 # tags/2023.1^0
_commit=f6dca66645c82501a330416ad39c7e63bcdae57d
source=("git+https://github.com/mullvad/mullvadvpn-app.git#commit=${_tag}?signed"
"git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=${_commit}?signed"