summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfademind2018-03-28 13:23:18 +0200
committerfademind2018-03-28 13:23:18 +0200
commitf919f2a11bb9ae78cb6f789f310ce7319e96738f (patch)
tree60608d68e082a0394eed6ed89d8524eb09fff747 /PKGBUILD
parent03a257c32b19ec9629eafb6abf45cae1d8b0b658 (diff)
downloadaur-f919f2a11bb9ae78cb6f789f310ce7319e96738f.tar.gz
Check for new LO releases cmd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a44a52504ed9..049f0775a274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -73,6 +73,9 @@
## updated to upstream 6.0.1
## updated to upstream 6.0.2
+## 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.0.2
pkgrel=1