summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-09-24 11:47:12 +0300
committerAdrian Perez de Castro2021-09-24 11:48:08 +0300
commitddff6eab8fb529b3f7ce80ee1f5c5bb0c1052548 (patch)
tree8d8d75ad25bf6b841807221f22b4c1e078153e55
parentd7be68ab940a9a31e2b9caa91bbc6372ec681d48 (diff)
downloadaur-ddff6eab8fb529b3f7ce80ee1f5c5bb0c1052548.tar.gz
Update Meson build options, remove systemd dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07299fb85127..f02f0307ad03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r239.g9579d62a
- pkgrel = 2
+ pkgver = 0.14.0.r259.g59fa3637
+ pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
license = custom:MIT
@@ -19,7 +19,6 @@ pkgbase = wlroots-git
depends = xcb-util-renderutil
depends = xcb-util-wm
depends = seatd
- depends = systemd
depends = xorg-xwayland
provides = libwlroots.so
provides = wlroots=0.14.0
diff --git a/PKGBUILD b/PKGBUILD
index 109194c3f340..1d91a8bf3674 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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.r239.g9579d62a
-pkgrel=2
+pkgver=0.14.0.r259.g59fa3637
+pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
url=https://github.com/swaywm/wlroots
@@ -21,7 +21,6 @@ depends=(
xcb-util-renderutil
xcb-util-wm
seatd
- systemd
xorg-xwayland)
makedepends=(
git