aboutsummaryrefslogtreecommitdiff
path: root/office
diff options
context:
space:
mode:
authorafhpayne <github@komputermatrix.com>2023-01-27 14:20:55 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-28 08:22:51 +0700
commit945d2a044c9e733b42f96ebc3f280c7187ee4c42 (patch)
tree24c0a380ad5c5a3da08234f1a2412e8f08daa01a /office
parentee9ab65711786a694b667420f6481bd180af17d0 (diff)
downloadslackbuilds-945d2a044c9e733b42f96ebc3f280c7187ee4c42.tar.xz
office/pandoc-bin: Updated for version 3.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/pandoc-bin/pandoc-bin.SlackBuild5
-rw-r--r--office/pandoc-bin/pandoc-bin.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild
index 6f2645dddd3f..ececa5c30a9e 100644
--- a/office/pandoc-bin/pandoc-bin.SlackBuild
+++ b/office/pandoc-bin/pandoc-bin.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pandoc-bin
SRCNAM=pandoc
-VERSION=${VERSION:-3.0}
+VERSION=${VERSION:-3.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,7 +73,10 @@ find -L . \
mkdir -p $PKG/opt/$PRGNAM
mv usr/bin/pandoc $PKG/opt/$PRGNAM
+rm usr/bin/{pandoc-lua,pandoc-server}
ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc
+ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc-lua
+ln -s /opt/$PRGNAM/pandoc $PKG/usr/bin/pandoc-server
mv usr/share/man $PKG/usr/
diff --git a/office/pandoc-bin/pandoc-bin.info b/office/pandoc-bin/pandoc-bin.info
index cb8f1f9b6ffc..20f821fc116f 100644
--- a/office/pandoc-bin/pandoc-bin.info
+++ b/office/pandoc-bin/pandoc-bin.info
@@ -1,10 +1,10 @@
PRGNAM="pandoc-bin"
-VERSION="3.0"
+VERSION="3.0.1"
HOMEPAGE="https://github.com/jgm/pandoc"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.0/pandoc-3.0-1-amd64.deb"
-MD5SUM_x86_64="d7ac4745062001d9960dd6f1c66c9174"
+DOWNLOAD_x86_64="https://github.com/jgm/pandoc/releases/download/3.0.1/pandoc-3.0.1-1-amd64.deb"
+MD5SUM_x86_64="0b28794e7373e2ee0b15004b95757979"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"