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 0674a0e7f275..07a2a5171d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
- pkgver = 0.2.0.r2.gb997d8e
+ pkgver = 0.2.1.r5.g9769fad
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = labwc-git
makedepends = meson
makedepends = scdoc
depends = pango
- depends = wlroots
+ depends = wlroots-git
depends = wayland
depends = wayland-protocols
depends = xorg-xwayland
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)