summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-03-17 22:22:12 +0100
committerNarrat2022-03-17 22:22:12 +0100
commitdb357c585cb639b49643dcbb304bada8eb81a22e (patch)
tree983b0c44379e6e2bee816b7493a82add092e0f11 /PKGBUILD
parent29a4c518745ee805c58944d4d6da5f1224cab364 (diff)
downloadaur-db357c585cb639b49643dcbb304bada8eb81a22e.tar.gz
labwc-git: wayland-protocols is only a makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ad9136545b6..d8724dc5749a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=labwc
pkgname=labwc-git
pkgver=0.5.0.r76.g5fd5024
-pkgrel=1
+pkgrel=2
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/labwc/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'wayland-protocols' 'xorg-xwayland')
-makedepends=('git' 'meson' 'scdoc')
+depends=('pango' 'seatd' 'wlroots>=0.16' 'wlroots<0.17' 'wayland' 'xorg-xwayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
provides=(labwc)