summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a42cfbcd776..5bd4f76d5d17 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 = r291.2a7086d
+ pkgver = r326.15a7910
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = labwc-git
depends = wayland
depends = wayland-protocols
depends = xorg-xwayland
+ optdepends = bemenu: default launcher via Alt+F3
provides = labwc
conflicts = labwc
source = git+https://github.com/johanmalm/labwc.git
diff --git a/PKGBUILD b/PKGBUILD
index 22a0bc34d2db..73377ce28036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r291.2a7086d
+pkgver=r326.15a7910
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
@@ -10,6 +10,7 @@ arch=('x86_64')
license=('GPL2')
depends=('pango' 'wlroots' 'wayland' 'wayland-protocols' 'xorg-xwayland')
makedepends=('git' 'meson')
+optdepends=("bemenu: default launcher via Alt+F3")
conflicts=(labwc)
provides=(labwc)
source=("git+https://github.com/johanmalm/${_pkgname}.git")