Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/conky/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/conky/PKGBUILD')
-rw-r--r--extra/conky/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD
index 25c38265..1d55aa52 100644
--- a/extra/conky/PKGBUILD
+++ b/extra/conky/PKGBUILD
@@ -3,9 +3,10 @@
eval "$(
declare -f build | \
sed '
- s/-D BUILD_NVIDIA=ON/-D BUILD_NVIDIA=OFF/g
+ s/-D BUILD_NVIDIA=ON/-D BUILD_NVIDIA=OFF/g;s/-D BUILD_DOCS=ON/BUILD_DOCS=OFF/g
'
)"
depends=(${depends[@]//libxnvctrl/})
depends=(${depends[@]//libXNVCtrl.so/})
+makedepends=(${makedepends[@]//pandoc/})