summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-04-19 21:48:29 +0200
committerNarrat2021-04-19 21:48:29 +0200
commitabdfcf2d6bcbab3b0ebb26902558b3ebfa0c8769 (patch)
treec504cfb2f7c459fe16a05fc3c498285085076238 /PKGBUILD
parent91948b547a889b861075800363f0d227bfd255a7 (diff)
downloadaur-abdfcf2d6bcbab3b0ebb26902558b3ebfa0c8769.tar.gz
labwc-git: seatd seems to be a direct dep
Got informed that seatd is direct dep. Therefore adding it as dep, instead on relying it being pulled in by wlroots-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)