summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ce764ca667a..8452d894b0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -76,12 +76,13 @@
## updated to upstream 6.0.4
## updated to upstream 6.3.0 and drop x86 support
## updated to upstream 6.3.4
+## updated to upstream 6.4.2
## Check for new LibreOffice releases:
# $ wget "https://download.documentfoundation.org/libreoffice/stable/" -q -O /tmp/lo.html && echo "LibreOffice versions" && awk '{print $3;}' /tmp/lo.html|cut -b 7-11|grep --color=never [0-9].[0-9].[0-9]; rm /tmp/lo.html
pkgname=libreoffice-fresh-rpm
-pkgver=6.3.4
+pkgver=6.4.2
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('x86_64')
@@ -92,7 +93,7 @@ makedepends=('curl' 'awk')
optdepends=('jre8-openjdk' 'gtk3' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
# WARNING sha256sums values should be taken from details page about rpm.tar.gz files from servers. DO NOT USE _updpgksums_ tool.
arch_mod='x86_64';
-sha256sums=('35ca9ddffd7b8bdef730167b6b0f3f15dd70d07d0af1dc1c6a08310c9ba3448b')
+sha256sums=('6d687a6030e1b9de250d53bbc616688f51446074bbf7d0dfbd54608781700b50')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function