summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-04-19 18:07:01 +0200
committerGoliathLabs2020-04-19 18:07:01 +0200
commitb35655950822d85bbf9bd11cca3111e2cdcedb1b (patch)
treec0931edfd5fe16ce0219d53760cd9f4678975bf2
parent0ef85f31a85cff5f4c8350e7e52dda3e04fb49e3 (diff)
downloadaur-b35655950822d85bbf9bd11cca3111e2cdcedb1b.tar.gz
Updated: 6.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11f027d6feb..53de28f96260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 6.4.2
+ pkgver = 6.4.3
pkgrel = 1
url = http://www.libreoffice.org
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = libreoffice-fresh-rpm
optdepends = gst-plugins-good
optdepends = gst-plugins-bad
optdepends = gst-plugins-ugly
- source = https://download.documentfoundation.org/libreoffice/stable/6.4.2/rpm/x86_64/LibreOffice_6.4.2_Linux_x86-64_rpm.tar.gz
- sha256sums = 6d687a6030e1b9de250d53bbc616688f51446074bbf7d0dfbd54608781700b50
+ source = https://download.documentfoundation.org/libreoffice/stable/6.4.3/rpm/x86_64/LibreOffice_6.4.3_Linux_x86-64_rpm.tar.gz
+ sha256sums = 7a6a779a5b2fc73cb1b17057daa0630b101d6c4e30caa43443099ba15a55d9a5
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 8452d894b0ff..a3d772b72e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,12 +77,13 @@
## updated to upstream 6.3.0 and drop x86 support
## updated to upstream 6.3.4
## updated to upstream 6.4.2
+## updated to upstream 6.4.3
## 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.4.2
+pkgver=6.4.3
pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('x86_64')
@@ -93,7 +94,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=('6d687a6030e1b9de250d53bbc616688f51446074bbf7d0dfbd54608781700b50')
+sha256sums=('7a6a779a5b2fc73cb1b17057daa0630b101d6c4e30caa43443099ba15a55d9a5')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function