summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61707c14d794..11a885bffd5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 24.2.0.1
+ pkgver = 24.2.0.2
pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libreoffice-dev-bin
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.1_Linux_x86-64_rpm.tar.gz
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.0.2_Linux_x86-64_rpm.tar.gz
sha256sums = SKIP
pkgname = libreoffice-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3648aaeecf20..634cdf79bd60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,12 @@
# https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/
_pkgnamefmt=LibreOffice
-_LOver=24.2.0.1
+_LOver=24.2.0.2
# basic info
_pkgname=libreoffice
pkgname="${_pkgname}-dev-bin"
-pkgver=24.2.0.1
-#_basever=$( cut -f1-2 -d'.' <<< ${_LOver} )
+pkgver=24.2.0.2
pkgrel=1
pkgdesc="LibreOffice development branch"
url="https://www.libreoffice.org/"