mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
5fed68ef2b
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
554 B
Diff
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)
|