Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-20 16:32:35 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-20 16:32:35 +0200
commit8c7544f22da81cb0109bec39bfffaca8fcc09e86 (patch)
tree15e0bf6c2cb78d02495879d7693fb88b08037794
parent4b5965bed72da11f5dbf527bdac76930978c710e (diff)
extra/conky: Disable pandoc
-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/})