summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-02-02 03:45:41 -0800
committerxiota2024-02-02 03:45:41 -0800
commitb30728b750402dbec1af6ea996d2e1f1676e5223 (patch)
tree4b2270becc14838b4fcf8ab30271f62edff2ffc2
parente1ec9f0a80f3df6dc8a5aa1aced15b6a8bfef1ba (diff)
downloadaur-b30728b750402dbec1af6ea996d2e1f1676e5223.tar.gz
24.2.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a885bffd5e..2e1f2f2e69e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 24.2.0.2
+ pkgver = 24.2.0.3
pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
- license = LGPL3
+ license = MPL-2.0
+ license = LGPL-3.0-or-later
optdepends = coin-or-mp: required by the Calc solver
optdepends = java-environment: required by extension-wiki-publisher and extension-nlpsolver
optdepends = java-runtime: adds java support
- optdepends = kio5: for Qt5 integration
provides = libreoffice
provides = libreoffice-en-US
- source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.0.2_Linux_x86-64_rpm.tar.gz
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.0.3_Linux_x86-64_rpm.tar.gz
sha256sums = SKIP
pkgname = libreoffice-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 634cdf79bd60..f837a1bc287c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,24 +5,20 @@
# https://www.libreoffice.org/
# https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/
-_pkgnamefmt=LibreOffice
-_LOver=24.2.0.2
-
-# basic info
+## basic info
_pkgname=libreoffice
pkgname="${_pkgname}-dev-bin"
-pkgver=24.2.0.2
+pkgver=24.2.0.3
pkgrel=1
pkgdesc="LibreOffice development branch"
url="https://www.libreoffice.org/"
arch=('x86_64')
-license=('LGPL3')
+license=('MPL-2.0' 'LGPL-3.0-or-later')
optdepends=(
'coin-or-mp: required by the Calc solver'
'java-environment: required by extension-wiki-publisher and extension-nlpsolver'
'java-runtime: adds java support'
- 'kio5: for Qt5 integration'
)
provides=(
@@ -30,6 +26,9 @@ provides=(
'libreoffice-en-US'
)
+_pkgnamefmt=LibreOffice
+_LOver=24.2.0.3
+
_dl_url="https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64"
source=("$_dl_url/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz")
sha256sums=('SKIP')
@@ -46,5 +45,5 @@ package() {
'neon'
)
- find "${srcdir:?}/${_pkgnamefmt}_${_LOver}"*/RPMS/*rpm -exec bsdtar -x -f '{}' -C "${pkgdir:?}" \;
+ find "$srcdir/${_pkgnamefmt}_${_LOver}"*/RPMS/*rpm -exec bsdtar -x -f '{}' -C "$pkgdir" \;
}