summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLubosz Sarnecki2022-10-14 10:22:48 +0200
committerLubosz Sarnecki2022-11-04 15:29:11 +0100
commitb95f47f5eaa10b8330d5d4458f4872f937f8ecb9 (patch)
treec86905973c24edeef7dfc81aeff4b308cd1d5a86 /PKGBUILD
parente10ee005692b3fa9cfbc1ea00c156c62de89f8bd (diff)
downloadaur-b95f47f5eaa10b8330d5d4458f4872f937f8ecb9.tar.gz
Update to main branch and bump to 0.16.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20473ce44158..668d6f60c7b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
-
+
basename='xrdesktop'
pkgname="$basename-git"
-pkgver=0.15.1.863.4fbda41
+pkgver=0.16.0.1326.531cab9
pkgrel=1
pkgdesc='A library for XR interaction with classical desktop compositors.'
arch=('i686' 'x86_64')
url='https://gitlab.freedesktop.org/xrdesktop/xrdesktop'
-depends=('gxr-git')
+depends=('g3k-git' 'python3')
provides=("$basename="$pkgver)
conflicts=("$basename")
makedepends=('meson' 'git' 'glslang' 'gtk-doc' 'vulkan-headers' 'pygobject-devel')
license=('MIT')
-
-source=('git+https://gitlab.freedesktop.org/xrdesktop/xrdesktop.git')
+
+source=('git+https://gitlab.freedesktop.org/xrdesktop/xrdesktop.git#branch=main')
md5sums=('SKIP')