summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Pagani2022-08-07 19:10:32 +0200
committerBruno Pagani2022-08-07 19:10:32 +0200
commit0f6b20c8294f3ef5b513d2ae77af1f106f35f9fe (patch)
treed01a6cb30e4c6058881c328c907b64271273fc66 /PKGBUILD
parentb18f5c21a145dd18295079d9a31b53da6369fd03 (diff)
downloadaur-0f6b20c8294f3ef5b513d2ae77af1f106f35f9fe.tar.gz
Disable man pages to avoid python-sphinx builddep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5f29aff4b33..665d620c52b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(i686 x86_64 armv7h)
url="https://www.musicpd.org/"
license=(GPL)
depends=(alsa-lib flac fmt icu libmpdclient liburing systemd-libs zlib)
-makedepends=(boost meson python-sphinx systemd)
+makedepends=(boost meson systemd)
provides=("${_pkgname}=${pkgver}")
conflicts=(${_pkgname})
backup=(etc/${_pkgname}.conf)
@@ -34,9 +34,9 @@ validpgpkeys=(0392335A78083894A4301C43236E8A58C6DB4512) # Max Kellermann <max@mu
build() {
_meson_options=(
- -D documentation=enabled
+ -D documentation=disabled
-D html_manual=false
- -D manpages=true
+ -D manpages=false
-D test=false
-D syslog=disabled
-D inotify=true