summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2021-03-04 22:15:13 +0100
committerNarrat2021-03-04 22:15:13 +0100
commitbf7f3e1e8e2c78cabec0e1b8e4970149eb3d1106 (patch)
treed1d4c65f43c3a703e9428d835c13e3c165ee8445
parent33a69a9f07d6415d10b2d986f87bf4c772439bdc (diff)
downloadaur-bf7f3e1e8e2c78cabec0e1b8e4970149eb3d1106.tar.gz
labwc-git: disable generation of man-pages
Defaults changed with https://github.com/johanmalm/labwc/commit/2dd5fce844bf3055bfc226a6c83589c798ce1301 And don't want this, because it requires the humongous pandoc. There will be a transition to scdoc. After that is done, man-pages will be enabled.
-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
}