summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2021-09-15 17:54:02 +0300
committerAdrian Perez de Castro2021-09-15 17:54:02 +0300
commit469550b8a306f3cb772fc5dd8a8bf088998699d6 (patch)
tree27ccf62445e1dc427bae044f2a520742ca6e2e13
parent000b07b24e8d0c33132de7554c76a1aee288230a (diff)
downloadaur-469550b8a306f3cb772fc5dd8a8bf088998699d6.tar.gz
Switch dependency from libseat to seatd
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef10c349bced..7e18488e26a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.14.0.r28.ga38baec1
+ pkgver = 0.14.0.r239.g9579d62a
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = wlroots-git
depends = xcb-util-errors
depends = xcb-util-renderutil
depends = xcb-util-wm
- depends = libseat
+ depends = seatd
depends = systemd
depends = xorg-xwayland
provides = libwlroots.so
diff --git a/PKGBUILD b/PKGBUILD
index fe9e6ed698cd..8bc923fd3a1e 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.r28.ga38baec1
+pkgver=0.14.0.r239.g9579d62a
pkgrel=1
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library (git version)'
@@ -20,7 +20,7 @@ depends=(
xcb-util-errors
xcb-util-renderutil
xcb-util-wm
- libseat
+ seatd
systemd
xorg-xwayland)
makedepends=(