aboutsummaryrefslogtreecommitdiffstats
path: root/testing/monado/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-11-03 13:04:16 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-11-04 07:09:33 +0000
commit49d6b910c91d1b50d5570878a8ce043dcf0dedd0 (patch)
tree9b343d6322bb20c38ca2db19327d704b6d5f3edd /testing/monado/APKBUILD
parentcb827af1d1dac6f3741d7c0fa669d286ecb4ad6c (diff)
testing/monado: upgrade to 0.4.0
Diffstat (limited to 'testing/monado/APKBUILD')
-rw-r--r--testing/monado/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/monado/APKBUILD b/testing/monado/APKBUILD
index 57cd40b9cf2..8630d63f774 100644
--- a/testing/monado/APKBUILD
+++ b/testing/monado/APKBUILD
@@ -1,9 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=monado
-pkgver=0.3.0_git20201012
+pkgver=0.4.0
pkgrel=0
-_commit="d959bea54af2aff65926b823d6792eb24d8bc640"
pkgdesc="The open source OpenXR runtime"
url="https://monado.freedesktop.org"
arch="all !mips64" # blocked by xr-hardware
@@ -31,8 +30,8 @@ makedepends="
wayland-protocols
zlib-dev
"
-source="https://gitlab.freedesktop.org/monado/monado/-/archive/$_commit/monado-$_commit.tar.gz"
-builddir="$srcdir/$pkgname-$_commit"
+source="https://gitlab.freedesktop.org/monado/monado/-/archive/v$pkgver/monado-v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
build() {
abuild-meson . output \
@@ -48,4 +47,4 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="562124ec8f60f6930e9ea343b1244665c49fe0586dfa78da49b63568d4ecf5cb178d7e877d803fea209d5dd74ac4843358351076613cd5ed106be4a85501248e monado-d959bea54af2aff65926b823d6792eb24d8bc640.tar.gz"
+sha512sums="158f31778eea2f68e98fbd9b9d407257b492ab29beb91b72e8ca5467d3964de96312067c41df0385d411606b0c60bf087559976373278e00055628d3eb775d27 monado-v0.4.0.tar.gz"