summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-21 17:16:59 -0600
committerMark Wagie2023-09-21 17:16:59 -0600
commitdcda0b0f35b8966f38ca3ac24a54eff2e79ead55 (patch)
treedf6c6b08b8c5a6695d78930e48013d9747955480
parentda5b1e9985af13219136d54a4748f63730a1c861 (diff)
downloadaur-dcda0b0f35b8966f38ca3ac24a54eff2e79ead55.tar.gz
2023.5-beta2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cc6e3b19d0b..2ef880ebccd0 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.5.beta1
+ pkgver = 2023.5.beta2
pkgrel = 1
url = https://www.mullvad.net
install = mullvad-vpn.install
@@ -21,7 +21,7 @@ pkgbase = mullvad-vpn-beta
provides = mullvad-vpn
conflicts = mullvad-vpn
options = !lto
- source = git+https://github.com/mullvad/mullvadvpn-app.git#commit=1b85beddcc46a1b79c9bfb0e0bfeab0925454b1c?signed
+ source = git+https://github.com/mullvad/mullvadvpn-app.git#commit=61de744604b843af7eb465d4a5af59b9fc9544a2
source = git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=29a4c7205e78c651fcd1b8c3a55181c0d86a50d3?signed
source = no-rpm.diff
source = mullvad-vpn.sh
diff --git a/PKGBUILD b/PKGBUILD
index b11f3c887cd8..44aed02ff5b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mullvad-vpn-beta
_pkgver=2023.5
_channel=beta
-_rel=1
+_rel=2
pkgver=${_pkgver}.${_channel}${_rel} # beta
#pkgver=${_pkgver}.${_channel} # stable
pkgrel=1
@@ -21,9 +21,9 @@ provides=("${pkgname%-beta}")
conflicts=("${pkgname%-beta}")
options=('!lto')
install="${pkgname%-beta}.install"
-_tag=1b85beddcc46a1b79c9bfb0e0bfeab0925454b1c # tags/2023.5-beta1^0
+_tag=61de744604b843af7eb465d4a5af59b9fc9544a2 # tags/2023.5-beta2^0
_commit=29a4c7205e78c651fcd1b8c3a55181c0d86a50d3
-source=("git+https://github.com/mullvad/mullvadvpn-app.git#commit=${_tag}?signed"
+source=("git+https://github.com/mullvad/mullvadvpn-app.git#commit=${_tag}" # signed by raksooo, public key not uploaded yet
"git+https://github.com/mullvad/mullvadvpn-app-binaries.git#commit=${_commit}?signed"
'no-rpm.diff'
"${pkgname%-beta}.sh")