summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJYPDWhite2021-06-24 11:38:30 +0200
committerJYPDWhite2021-06-24 11:38:30 +0200
commit1bf5b802f3504b6faff7d85be197a28c24ead887 (patch)
tree29cef3a13c207606883a5ade4f62642949a12e5f
parent5630ccb1c79e2da1c71895d2e5d8d01bbe9a693e (diff)
downloadaur-1bf5b802f3504b6faff7d85be197a28c24ead887.tar.gz
bumped to 7.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab69dc0adb50..1675d99fb13a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = Libre Office Suite installed from rpms
- pkgver = 7.1.3
- pkgrel = 4
+ pkgver = 7.1.4
+ pkgrel = 1
url = https://www.libreoffice.org
arch = x86_64
license = LGPL
@@ -20,7 +20,7 @@ pkgbase = libreoffice-fresh-rpm
conflicts = libreoffice-fresh
conflicts = libreoffice-base
conflicts = libreoffice-still
- source = https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz
- sha256sums = 09adb0653e76614ada61f01f7ce4a4943e4bd90568d141f6a884f0a247b6b1f4
+ source = https://download.documentfoundation.org/libreoffice/stable/7.1.4/rpm/x86_64/LibreOffice_7.1.4_Linux_x86-64_rpm.tar.gz
+ sha256sums = 297544fe779515a39a97d80251bfda68f1ef9690e639cdef53bb62885c3029bc
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 32268d15ff5f..c73426fbec90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@
## 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
# site to look for the sha256sum
-# https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz.mirrorlist
+# https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.4_Linux_x86-64_rpm.tar.gz.mirrorlist
pkgname=libreoffice-fresh-rpm
-pkgver=7.1.3
-pkgrel=4
+pkgver=7.1.4
+pkgrel=1
pkgdesc="Libre Office Suite installed from rpms"
arch=('x86_64')
url='https://www.libreoffice.org'
@@ -25,7 +25,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=('09adb0653e76614ada61f01f7ce4a4943e4bd90568d141f6a884f0a247b6b1f4')
+sha256sums=('297544fe779515a39a97d80251bfda68f1ef9690e639cdef53bb62885c3029bc')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function