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-12 16:49:59 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-12 16:49:59 +0200
commitce4b65ee38e2b9b392574817e718dc015fcfb8dc (patch)
treecaa0bbcd6d4ee6a7ca9cd90e6fe24ba6cd983760
parent793068db2ce206af27052cf4652f082acb50b9b9 (diff)
extra/yt-dlp: Remove pandoc makedepend
-rw-r--r--extra/yt-dlp/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/yt-dlp/PKGBUILD b/extra/yt-dlp/PKGBUILD
new file mode 100644
index 00000000..7a81259d
--- /dev/null
+++ b/extra/yt-dlp/PKGBUILD
@@ -0,0 +1,2 @@
+# No pandoc because of no Haskell
+makedepends=(${makedepends[@]//pandoc/})