summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-01-17 10:57:04 -0800
committerxiota2024-01-17 10:57:04 -0800
commite1ec9f0a80f3df6dc8a5aa1aced15b6a8bfef1ba (patch)
tree8dfed0fd05f6f7926a73c14e6d7a75f0d25ac326
parent2be6c222f4a42c60958be2ca9467c48565bc84fe (diff)
downloadaur-e1ec9f0a80f3df6dc8a5aa1aced15b6a8bfef1ba.tar.gz
24.2.0.2
-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/"