Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-28 22:29:03 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-28 22:29:03 +0100
commit923722927b9306611ef0ed05ed906ef8dc3e7b98 (patch)
treee9ef6039bd3b7bd2e6e3742218e629f83b6ce693
parent49b2f80e7c7cbc97d5c86af9284bcee5f2b0bc45 (diff)
extra/libuv: disabled docu with python-sphinx
-rw-r--r--extra/libuv/PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/libuv/PKGBUILD b/extra/libuv/PKGBUILD
index a9dbc8c7..f607a095 100644
--- a/extra/libuv/PKGBUILD
+++ b/extra/libuv/PKGBUILD
@@ -5,3 +5,16 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# currently broken python-sphinx
+makedepends=(${makedepends[@]//python-sphinx/})
+eval "$(
+ declare -f build | \
+ sed '
+ /make.*docs/d
+ '
+ declare -f package | \
+ sed '
+ /libuv\.1/d
+ '
+)"