summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Payne2019-04-26 23:52:17 +0200
committer Willy Sudiarto Raharjo2019-04-26 23:52:17 +0200
commit1a2d63108986ccf5bf51e0bf14aec8b943faebed (patch)
treeaa0318397219e4dfc739a6f1e486cee3ba616ecc
parentacd3e150e2dfb7732bca61476e8ea4701d036fcc (diff)
downloadslackbuilds-1a2d63108986ccf5bf51e0bf14aec8b943faebed.tar.gz
office/pandoc-bin: Updated for version 2.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/pandoc-bin/pandoc-bin.SlackBuild17
-rw-r--r--office/pandoc-bin/pandoc-bin.info6
2 files changed, 11 insertions, 12 deletions
diff --git a/office/pandoc-bin/pandoc-bin.SlackBuild b/office/pandoc-bin/pandoc-bin.SlackBuild
index 4b53f789b8..bcebb6cc0a 100644
--- a/office/pandoc-bin/pandoc-bin.SlackBuild
+++ b/office/pandoc-bin/pandoc-bin.SlackBuild
@@ -22,9 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-PRGNAM=pandoc-bin
-SRCNAM=pandoc
-VERSION=${VERSION:-2.7.1}
+PRGNAM=pandoc
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,9 +51,9 @@ OUTPUT=${OUTPUT:-/tmp}
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION-linux.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION-linux.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -68,11 +67,11 @@ mkdir -p $PKG/usr/
cp -r bin $PKG/usr/
cp -r share/man $PKG/usr/
-#find $PKG/usr/man -type f -exec gzip -9 {} \;
-#for i in $( find $PKG/usr/ -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/ -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+cat $CWD/$PRGNAM-bin.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-bin.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
diff --git a/office/pandoc-bin/pandoc-bin.info b/office/pandoc-bin/pandoc-bin.info
index 8de7424df4..3c2c99d7b8 100644
--- a/office/pandoc-bin/pandoc-bin.info
+++ b/office/pandoc-bin/pandoc-bin.info
@@ -1,8 +1,8 @@
PRGNAM="pandoc-bin"
-VERSION="2.7.1"
+VERSION="2.7.2"
HOMEPAGE="https://github.com/jgm/pandoc"
-DOWNLOAD="https://github.com/jgm/pandoc/releases/download/2.7.1/pandoc-2.7.1-linux.tar.gz"
-MD5SUM="6cf60734887a78f75a0e74f6be46bf18"
+DOWNLOAD="https://github.com/jgm/pandoc/releases/download/2.7.2/pandoc-2.7.2-linux.tar.gz"
+MD5SUM="9b906a975a31b5dcf9a2d0ecdd2dc77c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""