summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-12-09 23:09:29 +0200
committerAdrian Perez de Castro2021-12-09 23:13:18 +0200
commit4199586d3a0b0fdd191f9607409efaf12d6ec42b (patch)
tree916981584ecbe62ef13b1b64548b1080ba8ba955 /PKGBUILD
parentf7ee8374f5278759fb2fc86a82f3bed2e7a8671f (diff)
downloadaur-4199586d3a0b0fdd191f9607409efaf12d6ec42b.tar.gz
Add depends=vulkan-validation-layers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98963cea0c93..daa668e4e348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-git
-pkgver=0.14.0.r330.gd1b75674
+pkgver=0.14.0.r439.g0fcc8422
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -23,6 +23,7 @@ depends=(
xcb-util-wm
seatd
vulkan-icd-loader
+ vulkan-validation-layers
xorg-xwayland)
makedepends=(
git