summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1766858ce22..018b5293f0d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and feel from openbox (git version)
pkgver = 0.5.0.r76.g5fd5024
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/labwc/labwc
arch = x86_64
license = GPL2
makedepends = git
makedepends = meson
makedepends = scdoc
+ makedepends = wayland-protocols
depends = pango
depends = seatd
depends = wlroots>=0.16
depends = wlroots<0.17
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..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)