summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-04-17 22:31:56 +0200
committerNarrat2021-04-17 22:31:56 +0200
commit91948b547a889b861075800363f0d227bfd255a7 (patch)
treeceef93e4a013235e70788a742fe790b63841fd44 /PKGBUILD
parent208ab2413b2440674af9d9c5ad2d5c1e3edb9689 (diff)
downloadaur-91948b547a889b861075800363f0d227bfd255a7.tar.gz
labwc-git: depend on wlroots-git
the build process changed. labwc master needs wlroots master and added seatd as dep. Therefore changing the dep. In the future it may change to build this package with non-system packages. But currently it fails on the subproject wlroots (not buildable).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66b7f7cd92e0..125926f9f9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.2.0.r2.gb997d8e
+pkgver=0.2.1.r5.g9769fad
pkgrel=1
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' 'wayland' 'wayland-protocols' 'xorg-xwayland')
+depends=('pango' 'wlroots-git' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson' 'scdoc')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)