summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1766858ce22..8d1a7648573b 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.5.0.r76.g5fd5024
+ pkgver = 0.6.6.r21.gaab8061d
pkgrel = 1
url = https://github.com/labwc/labwc
arch = x86_64
@@ -8,12 +8,14 @@ pkgbase = labwc-git
makedepends = git
makedepends = meson
makedepends = scdoc
+ makedepends = wayland-protocols
+ depends = libpng
+ depends = librsvg
depends = pango
depends = seatd
- depends = wlroots>=0.16
- depends = wlroots<0.17
+ depends = wlroots>=0.17
+ depends = wlroots<0.18
depends = wayland
- depends = wayland-protocols
depends = xorg-xwayland
optdepends = bemenu: default launcher via Alt+F3
provides = labwc
diff --git a/PKGBUILD b/PKGBUILD
index 4ad9136545b6..d879e5cab6ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=0.5.0.r76.g5fd5024
+pkgver=0.6.6.r21.gaab8061d
pkgrel=1
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=('libpng' 'librsvg' 'pango' 'seatd' 'wlroots>=0.17' 'wlroots<0.18' 'wayland' 'xorg-xwayland')
+makedepends=('git' 'meson' 'scdoc' 'wayland-protocols')
optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
provides=(labwc)