mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libreoffice-fresh to 24.2.0-2
This commit is contained in:
parent
d87b6637b4
commit
0b9b2085ec
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
6
extra/libreoffice-fresh/.nvchecker.toml
Normal file
6
extra/libreoffice-fresh/.nvchecker.toml
Normal file
|
@ -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'
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue