summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f9856315d7..a475ee5ecb61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 24.2.2.2
+ pkgver = 24.2.3.2
pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = libreoffice-dev-bin
optdepends = java-runtime: adds java support
provides = libreoffice
provides = libreoffice-en-US
- source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.2.2_Linux_x86-64_rpm.tar.gz
- source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.2.2_Linux_x86-64_rpm.tar.gz.asc
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.3.2_Linux_x86-64_rpm.tar.gz
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.3.2_Linux_x86-64_rpm.tar.gz.asc
validpgpkeys = C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index be08db81c331..a231cb52ac56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
## basic info
_pkgname="libreoffice"
pkgname="${_pkgname}-dev-bin"
-pkgver=24.2.2.2
+pkgver=24.2.3.2
pkgrel=1
pkgdesc="LibreOffice development branch"
url="https://www.libreoffice.org/"
@@ -32,7 +32,7 @@ _dl_url="https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64"
source=("$_dl_url/${_pkgnamefmt}_${pkgver}_Linux_x86-64_rpm.tar.gz"{,.asc})
sha256sums=('SKIP' 'SKIP')
validpgpkeys=(
- C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3 # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
+ C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3 # LibreOffice Build Team (CODE SIGNING KEY) <build@documentfoundation.org>
)
package() {