summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f397922e0234..1564c4cd6104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r326.15a7910
+pkgver=r338.db4249d
pkgrel=1
pkgdesc='stacking wayland compositor with look and feel from openbox (git version)'
url="https://github.com/johanmalm/labwc"
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$_pkgname"
- arch-meson ../build
+ arch-meson -Dman-pages=disabled ../build
ninja -v -C ../build
}