summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2ee6904c59e..9a42cfbcd776 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and fell from openbox (git version)
- pkgver = r236.f49a3a0
+ pkgver = r291.2a7086d
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = labwc-git
depends = wlroots
depends = wayland
depends = wayland-protocols
- depends = xorg-server-xwayland
+ depends = xorg-xwayland
provides = labwc
conflicts = labwc
source = git+https://github.com/johanmalm/labwc.git
diff --git a/PKGBUILD b/PKGBUILD
index 3adfa260f600..22a0bc34d2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r236.f49a3a0
+pkgver=r291.2a7086d
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
arch=('x86_64')
license=('GPL2')
-depends=('pango' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
+depends=('pango' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson')
conflicts=(labwc)
provides=(labwc)