summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJYPDWhite2021-05-20 20:04:12 +0200
committerJYPDWhite2021-05-20 20:04:12 +0200
commitf99eb4ab2f4510218c6fbaf80e4f477cccb6d7d2 (patch)
tree28aea6bad74071230c0739d8941d543ba0544ef5
parent8ba148e4dd25e61e577b45e3a2ce1c5b84d90d52 (diff)
downloadaur-f99eb4ab2f4510218c6fbaf80e4f477cccb6d7d2.tar.gz
Bumped version to 7.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 876ceda64ebe..bceaa80cae70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = LGPL Office Suite installed from rpms
- pkgver = 7.1.2
- pkgrel = 2
+ pkgver = 7.1.3
+ pkgrel = 1
url = https://www.libreoffice.org
arch = x86_64
license = LGPL
@@ -18,8 +18,8 @@ pkgbase = libreoffice-fresh-rpm
optdepends = gst-plugins-ugly
conflicts = libreoffice-fresh
conflicts = libreoffice-base
- source = https://download.documentfoundation.org/libreoffice/stable/7.1.2/rpm/x86_64/LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz
- sha256sums = 7e32b0114cd925ad30c478dd2fa49aac1a5188c162368bdf065ee897bc323b5d
+ 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
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 0e04a66250da..abbab37bddb8 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.2/rpm/x86_64/LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz.mirrorlist
+# https://download.documentfoundation.org/libreoffice/stable/7.1.3/rpm/x86_64/LibreOffice_7.1.3_Linux_x86-64_rpm.tar.gz.mirrorlist
pkgname=libreoffice-fresh-rpm
-pkgver=7.1.2
-pkgrel=2
+pkgver=7.1.3
+pkgrel=1
pkgdesc="LGPL Office Suite installed from rpms"
arch=('x86_64')
url='https://www.libreoffice.org'
@@ -24,7 +24,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=('7e32b0114cd925ad30c478dd2fa49aac1a5188c162368bdf065ee897bc323b5d')
+sha256sums=('09adb0653e76614ada61f01f7ce4a4943e4bd90568d141f6a884f0a247b6b1f4')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function