summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e88fc1dd91e..c4e82c83e18b 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 = r326.15a7910
+ pkgver = r338.db4249d
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
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
}