Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libuv
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libuv')
-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
+ '
+)"