summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a2a5171d19..3d213a811555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
pkgver = 0.2.1.r5.g9769fad
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/johanmalm/labwc
arch = x86_64
license = GPL2
@@ -9,6 +9,7 @@ pkgbase = labwc-git
makedepends = meson
makedepends = scdoc
depends = pango
+ depends = seatd
depends = wlroots-git
depends = wayland
depends = wayland-protocols
diff --git a/PKGBUILD b/PKGBUILD
index 125926f9f9d5..a54362ca540b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=labwc
pkgname=labwc-git
pkgver=0.2.1.r5.g9769fad
-pkgrel=1
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'wlroots-git' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'seatd' 'wlroots-git' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)