summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-03-01 01:10:43 +0800
committerq234rty2023-03-01 01:10:43 +0800
commit2ee48ab801f04171f59d1bf3ded02935d2af29ab (patch)
tree1561947f222af8a13b9ddad1a63465ee105cf87d
parent95056a93083328e45a5e2f2af2124bb8976f7777 (diff)
downloadaur-2ee48ab801f04171f59d1bf3ded02935d2af29ab.tar.gz
Add libdisplay-info dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 184461f340c5..83ca70371ba9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-hidpi-xprop-git
pkgdesc = Modular Wayland compositor library (git version, with patches)
- pkgver = 0.17.0.20230221.115526
+ pkgver = 0.17.0.20230228.144402
pkgrel = 1
url = https://gitlab.freedesktop.org/wlroots/wlroots
install = wlroots-hidpi-xprop-git.install
@@ -13,6 +13,7 @@ pkgbase = wlroots-hidpi-xprop-git
makedepends = xorgproto
depends = glslang
depends = libinput
+ depends = libdisplay-info
depends = libxcb
depends = opengl-driver
depends = xcb-util-errors
diff --git a/PKGBUILD b/PKGBUILD
index 8d5f0fda4a36..c8c8e34832d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-hidpi-xprop-git
-pkgver=0.17.0.20230221.115526
+pkgver=0.17.0.20230228.144402
pkgrel=1
license=(MIT)
pkgdesc='Modular Wayland compositor library (git version, with patches)'
@@ -15,6 +15,7 @@ options=(debug)
depends=(
glslang
libinput
+ libdisplay-info
libxcb
opengl-driver
xcb-util-errors