rstudio: updated pandoc

This commit is contained in:
Tim Biermann 2021-02-23 08:35:30 +00:00
parent ef824062f5
commit d85761a2ac
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35yD6NqAnWE23Dj7tSQje95ONglA3E/dM8rI85/SB9IQSOyHecnOGTpm20fXy+4riEsBNcMn5Pmiz8OBDV2fPwI=
SHA256 (Pkgfile) = 53d42e720b28767e4c55344cc48878dc6da432ba7a424d96a612b391a98706af
RWSagIOpLGJF3+ywlAfxQuQMC+IV6pwystqnCX2fdOsbbCrVP1VcOSpfVGtUTCrYeNeGxXWjLYeCG/ji5897nsNBb3XmtQxRdQY=
SHA256 (Pkgfile) = dce17c9650ed61cf32362024e392cca69b57e603dbfd37a254ec87f2998bcf8a
SHA256 (.footprint) = ec1ade874875c3d22b9a27ee234801f60b053783592cfa2e52a01894e1b5b343
SHA256 (rstudio-1.4.1103.tar.gz) = e448aaaf7ac7f4fd97197250762bfd28195c71abfd67db6f952463dea552be4c
SHA256 (rstudio-1.2.5042-boost-1.73.0.patch) = 5d282059731b64579c0f8c8eeb280b4c4efe810ce829ad7332385b0a92e1215e

View File

@ -26,11 +26,10 @@ build() {
export R_LIBS_USER="$PKG/usr/lib/R/library/"
(pushd $name-$version/dependencies/common
local pandoc_version=$(prt-get current pandoc-bin)
install -d pandoc node/10.19.0/bin
ln -sfT /usr/share/myspell/dicts dictionaries
ln -sfT /usr/share/mathjax mathjax-27
ln -sfT /usr/bin/ "pandoc/${pandoc_version/\-1/}"
ln -sfT /usr/bin/ "pandoc/2.11.3.2"
ln -sfT /usr/bin/node node/10.19.0/bin/node
bash install-packages
unset pandoc_version)