diff options
-rw-r--r-- | office/libreoffice/README | 4 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.SlackBuild | 2 | ||||
-rw-r--r-- | office/libreoffice/libreoffice.info | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/office/libreoffice/README b/office/libreoffice/README index ba40a6725272..a0e0b56f74f9 100644 --- a/office/libreoffice/README +++ b/office/libreoffice/README @@ -10,4 +10,6 @@ dependencies not satisfied by a normal installation. Be sure to look at the script for some optional things you can do when building. -NOTE: See the separate SlackBuild script for the language packs. +NOTE: +See the separate SlackBuild script for the language packs. +Avahi is only needed if you need to use Impress. diff --git a/office/libreoffice/libreoffice.SlackBuild b/office/libreoffice/libreoffice.SlackBuild index c3910cc6d271..dd78babfff1e 100644 --- a/office/libreoffice/libreoffice.SlackBuild +++ b/office/libreoffice/libreoffice.SlackBuild @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libreoffice -VERSION=${VERSION:-"7.1.3"} +VERSION=${VERSION:-"7.1.4"} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/libreoffice/libreoffice.info b/office/libreoffice/libreoffice.info index 97fbf1bb5f8f..cd150b3c18a8 100644 --- a/office/libreoffice/libreoffice.info +++ b/office/libreoffice/libreoffice.info @@ -1,10 +1,10 @@ PRGNAM="libreoffice" -VERSION="7.1.3" +VERSION="7.1.4" HOMEPAGE="https://www.libreoffice.org" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz" -MD5SUM_x86_64="69eaf8e6e6c97dc7493d101452d4c86f" +DOWNLOAD_x86_64="https://download.documentfoundation.org/libreoffice/stable/7.1.4/rpm/x86_64/LibreOffice_7.1.4_Linux_x86-64_rpm.tar.gz" +MD5SUM_x86_64="57e15aa1331a2d0a8b3c2c1f61b81581" REQUIRES="jdk avahi" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |