summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLubosz Sarnecki2022-10-13 16:45:25 +0200
committerLubosz Sarnecki2022-11-04 12:54:52 +0100
commitee24dca0ae5f7f1ace7498bd66a745a226e64c3d (patch)
treec3b7ca2b7c99e5a8d16d902943eeabdc2fc65f91 /PKGBUILD
parent76c1e85606bb2f07a8d4ff465ece557db5cebcd9 (diff)
downloadaur-ee24dca0ae5f7f1ace7498bd66a745a226e64c3d.tar.gz
Update to main branch and 0.16.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f02fd0ba8105..59cb929c19ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Lubosz Sarnecki <lubosz.sarnecki@collabora.com>
-
+
_realname='gulkan'
pkgname="$_realname-git"
-pkgver=0.15.1.300.f39526a
+pkgver=0.16.0.433.79ed354
pkgrel=1
pkgdesc='A GLib library for Vulkan abstraction.'
arch=('i686' 'x86_64')
url='https://gitlab.freedesktop.org/xrdesktop/gulkan'
-depends=('gdk-pixbuf2' 'vulkan-icd-loader' 'graphene' 'cairo' 'shaderc' 'json-glib' 'glfw')
+depends=('gdk-pixbuf2' 'vulkan-icd-loader' 'graphene' 'cairo' 'shaderc' 'json-glib' 'libxkbcommon' 'wayland' 'xcb-util-keysyms' 'libdrm' 'wayland-protocols')
provides=("$_realname="$pkgver)
conflicts=("$_realname")
-makedepends=('meson' 'git' 'glslang' 'vulkan-headers' 'gtk-doc')
+makedepends=('meson' 'git' 'vulkan-headers' 'gtk-doc')
license=('MIT')
-source=('git+https://gitlab.freedesktop.org/xrdesktop/gulkan.git')
+source=('git+https://gitlab.freedesktop.org/xrdesktop/gulkan.git#branch=main')
md5sums=('SKIP')
ver() {
@@ -35,8 +35,7 @@ build() {
}
#check() {
-# cd $_realname
-# ninja -C build test
+# meson test -C build/
#}
package() {