summaryrefslogtreecommitdiffstats
path: root/office/LibreOffice/LibreOffice.SlackBuild
diff options
context:
space:
mode:
author Christoph Willing2019-01-09 10:43:06 +0100
committer Willy Sudiarto Raharjo2019-01-12 00:58:38 +0100
commit7b57332d5779fcf9b3de8864ea20c44541c12845 (patch)
tree100438ab7adaa50af00c12ab912291b02cc0fa78 /office/LibreOffice/LibreOffice.SlackBuild
parent39f85d3abda25f53eb88d729f0426bc2ca67b33f (diff)
downloadslackbuilds-7b57332d5779fcf9b3de8864ea20c44541c12845.tar.gz
office/LibreOffice: Updated for version 6.1.4.2
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'office/LibreOffice/LibreOffice.SlackBuild')
-rw-r--r--office/LibreOffice/LibreOffice.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/office/LibreOffice/LibreOffice.SlackBuild b/office/LibreOffice/LibreOffice.SlackBuild
index 1df7c946bf..f02b184f47 100644
--- a/office/LibreOffice/LibreOffice.SlackBuild
+++ b/office/LibreOffice/LibreOffice.SlackBuild
@@ -4,7 +4,7 @@
# Slackware build script for LibreOffice
-# Copyright 2015-2018 Christoph Willing Brisbane, Australia
+# Copyright 2015-2019 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,9 +26,9 @@
PRGNAM=LibreOffice
SRCNAM=libreoffice
-VERSION=${VERSION:-6.1.3.2}
+VERSION=${VERSION:-6.1.4.2}
SHORT_VERSION=${VERSION%.*.*}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PACKAGER=${PACKAGER:-"AnonymousCoward"}
@@ -75,7 +75,7 @@ patch -p1 < $CWD/0001-Update-mdds-to-1.4.1.patch
patch -p1 < $CWD/0001-Update-orcus-to-0.14.0.patch
if [ "$HAVE_SRCS_TARBALL" = "1" ]; then
- tar xvf $CWD/$SRCNAM-${VERSION}-srcs_2.tar.xz
+ tar xvf $CWD/$SRCNAM-${VERSION}-srcs.tar.xz
fi
chown -R root:root .
@@ -270,7 +270,7 @@ extmariadb="--enable-ext-mariadb-connector"; [ "${EXTMARIADB:-yes}" != "yes" ]
chmod a+x bin/unpack-sources
if [ "$HAVE_SRCS_TARBALL" = "0" ]; then
make fetch
- tar cvf - external/tarballs | xz -c > $CWD/$SRCNAM-$VERSION-srcs_2.tar.xz
+ tar cvf - external/tarballs | xz -c > $CWD/$SRCNAM-$VERSION-srcs.tar.xz
echo ; echo "Run build script again with HAVE_SRCS_TARBALL=1"
exit 0
fi