summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-21 17:19:22 -0600
committerMark Wagie2023-09-21 17:19:22 -0600
commit7796e41ee2a0a5e379ab0ac55120aa60f23efa2c (patch)
tree9a0a98fdc9d8f05d442dfa829fe6e4ca22e8f457
parentdd0a914fec0ff88cad235e60846366678ceda279 (diff)
downloadaur-7796e41ee2a0a5e379ab0ac55120aa60f23efa2c.tar.gz
minor PKGBUILD improvements
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c72d7dc9fc5c..713c962e88e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@ conflicts=("${pkgname%-*-*}")
install="${pkgname%-*-*}.install"
source=("${pkgname%-*-*}.sh")
source_x86_64=(
- "https://github.com/mullvad/mullvadvpn-app/releases/download/2023.5-beta2/MullvadVPN-2023.5-beta2_amd64.deb"{,.asc} # beta
+ "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_amd64.deb"{,.asc} # beta
# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_amd64.deb"{,.asc} # stable
)
source_aarch64=(
- "https://github.com/mullvad/mullvadvpn-app/releases/download/2023.5-beta2/MullvadVPN-2023.5-beta2_arm64.deb"{,.asc} # beta
+ "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}-beta${_rel}/MullvadVPN-${_pkgver}-beta${_rel}_arm64.deb"{,.asc} # beta
# "https://github.com/mullvad/mullvadvpn-app/releases/download/${_pkgver}/MullvadVPN-${_pkgver}_arm64.deb"{,.asc} # stable
)
sha256sums=('a59c29f07b4eab9af56f0e8be42bae0d83726f5185e88de0c5a48f4098c3c0a4')