summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-08-10 00:57:56 +0200
committerGoliathLabs2020-08-10 00:57:56 +0200
commitaa7f2cafa7193b5fe1759cfe8089cfcda6d626a6 (patch)
treef19c6530a2d4fc70d66de2fdb435e025d07a0f40
parentbeb4c61db2e0d958558782c9fa71b30a4943e91d (diff)
downloadaur-aa7f2cafa7193b5fe1759cfe8089cfcda6d626a6.tar.gz
Updated: 7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3479f4a62e28..5143def54ddd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 6.4.5
- pkgrel = 2
+ pkgver = 7.0.0
+ pkgrel = 1
url = https://www.libreoffice.org
arch = x86_64
license = LGPL
@@ -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.5/rpm/x86_64/LibreOffice_6.4.5_Linux_x86-64_rpm.tar.gz
- sha256sums = adcbc3c598cfc58785c6a838ab6c1bcca5ddea0c42bd897b41abd198d110d319
+ source = https://download.documentfoundation.org/libreoffice/stable/7.0.0/rpm/x86_64/LibreOffice_7.0.0_Linux_x86-64_rpm.tar.gz
+ sha256sums = 13ce1cd73eac4a004647075118ec41c92a2f0f47dc013011990b3db03c76d3fe
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 91f19abb6a51..aecebf45ad71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@
# $ 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.5
-pkgrel=2
+pkgver=7.0.0
+pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('x86_64')
url='https://www.libreoffice.org'
@@ -20,7 +20,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=('adcbc3c598cfc58785c6a838ab6c1bcca5ddea0c42bd897b41abd198d110d319')
+sha256sums=('13ce1cd73eac4a004647075118ec41c92a2f0f47dc013011990b3db03c76d3fe')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function