slackbuilds_ponce/development/rstudio-desktop/pandoc_version.patch
Isaac Yu 5fed68ef2b
development/rstudio-desktop: Update for 2022.07.1+554.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-08-06 20:16:01 +07:00

14 lines
554 B
Diff

This patch was taken from the Arch Linux AUR:
https://aur.archlinux.org/cgit/aur.git/tree/pandoc_version.patch?h=rstudio-desktop
diff -ur a/CMakeGlobals.txt b/CMakeGlobals.txt
--- a/CMakeGlobals.txt 2022-07-06 12:59:49.000000000 -0700
+++ b/CMakeGlobals.txt 2022-07-17 20:10:59.016516702 -0700
@@ -231,7 +231,7 @@
endif()
# pandoc version
-set(PANDOC_VERSION "2.18" CACHE INTERNAL "Pandoc version")
+set(PANDOC_VERSION "current" CACHE INTERNAL "Pandoc version")
# detect Centos 7, because we don't support Quarto on Centos7
set(IS_CENTOS7 FALSE)