summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJYPDWhite2022-03-01 13:34:14 +0100
committerJYPDWhite2022-03-01 13:34:14 +0100
commit0dd3f77566a9ad505a76694d51f5b638b043cfdc (patch)
tree87315930ba4d1bcd04c7d47339507451c6c29799
parent1a472beb39d2d14fff44153e2d7766c74cf04d6a (diff)
downloadaur-0dd3f77566a9ad505a76694d51f5b638b043cfdc.tar.gz
bumbed to version 7.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4497b3843524..2b3b613fd8d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = Libre Office Suite installed from rpms
- pkgver = 7.2.2
+ pkgver = 7.3.0
pkgrel = 1
url = https://www.libreoffice.org
arch = x86_64
@@ -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.2.2/rpm/x86_64/LibreOffice_7.2.2_Linux_x86-64_rpm.tar.gz
- sha256sums = 36729be41ca4f546dc4bb642822c31dd6e1391eaca1566bbcbce1f6bd2765955
+ source = https://download.documentfoundation.org/libreoffice/stable/7.3.0/rpm/x86_64/LibreOffice_7.3.0_Linux_x86-64_rpm.tar.gz
+ sha256sums = ad08d2ce2e61a9e77e2f72c5ca9769eb3755788b984b06c84b661c97aa9d7685
pkgname = libreoffice-fresh-rpm
diff --git a/PKGBUILD b/PKGBUILD
index 8bd7a9fbe662..7f349771f8ab 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.2.1/rpm/x86_64/LibreOffice_7.2.1_Linux_x86-64_rpm.tar.gz.mirrorlist
+# https://download.documentfoundation.org/libreoffice/stable/7.3.0/rpm/x86_64/LibreOffice_7.3.0_Linux_x86-64_rpm.tar.gz.mirrorlist
# makepkg --printsrcinfo > .SRCINFO
pkgname=libreoffice-fresh-rpm
-pkgver=7.2.2
+pkgver=7.3.0
pkgrel=1
pkgdesc="Libre Office Suite installed from rpms"
arch=('x86_64')
@@ -26,7 +26,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=('36729be41ca4f546dc4bb642822c31dd6e1391eaca1566bbcbce1f6bd2765955')
+sha256sums=('ad08d2ce2e61a9e77e2f72c5ca9769eb3755788b984b06c84b661c97aa9d7685')
source=("https://download.documentfoundation.org/libreoffice/stable/${pkgver}/rpm/${arch_mod}/LibreOffice_${pkgver}_Linux_${arch_mod/_/-}_rpm.tar.gz")
prepare() { ## prepare function