diff --git a/extra/libreoffice-fresh/.SRCINFO b/extra/libreoffice-fresh/.SRCINFO index 1856d8945..cb955f51d 100644 --- a/extra/libreoffice-fresh/.SRCINFO +++ b/extra/libreoffice-fresh/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = libreoffice-fresh pkgver = 24.2.0 - pkgrel = 1 + pkgrel = 2 url = https://www.libreoffice.org/ arch = x86_64 license = MPL-2.0 diff --git a/extra/libreoffice-fresh/.nvchecker.toml b/extra/libreoffice-fresh/.nvchecker.toml new file mode 100644 index 000000000..7c477a2d8 --- /dev/null +++ b/extra/libreoffice-fresh/.nvchecker.toml @@ -0,0 +1,6 @@ +[libreoffice-fresh] +source = "regex" +regex = "libreoffice-([\\d.]+)\\." +url = "https://www.libreoffice.org/download/download-libreoffice/" +from_pattern = '(\d+).(\d+).(\d+).(\d+)' +to_pattern = '\1.\2.\3' diff --git a/extra/libreoffice-fresh/PKGBUILD b/extra/libreoffice-fresh/PKGBUILD index b37d50ad0..64dae66ab 100644 --- a/extra/libreoffice-fresh/PKGBUILD +++ b/extra/libreoffice-fresh/PKGBUILD @@ -20,7 +20,7 @@ pkgbase=libreoffice-fresh pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh') _LOver=24.2.0.3 pkgver=24.2.0 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('MPL-2.0' 'LGPL-3.0-or-later') url="https://www.libreoffice.org/"