summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d180c8f0068..66c460e1a911 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
- pkgver = 0.11.0.r46.g87836dcb
+ pkgver = 0.11.0.r71.g85757665
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 39112c248ade..090d32f0ec1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wlroots-git
-pkgver=0.11.0.r46.g87836dcb
+pkgver=0.11.0.r71.g85757665
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library'
@@ -31,7 +31,6 @@ build () {
meson build \
--prefix /usr \
--buildtype debug \
- -Dlibcap=enabled \
-Dlogind=enabled \
-Dlogind-provider=systemd \
-Dxcb-errors=enabled \