summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-02-15 19:51:18 -0800
committerxiota2024-02-15 19:51:18 -0800
commit93b513956eaab5cfeed38fc1f7c4baea083432ad (patch)
tree7f67a41596823393873d01782c491bfdd9fd4919
parentb30728b750402dbec1af6ea996d2e1f1676e5223 (diff)
downloadaur-93b513956eaab5cfeed38fc1f7c4baea083432ad.tar.gz
24.2.1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e1f2f2e69e9..6a2a3b51343c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 24.2.0.3
+ pkgver = 24.2.1.1
pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
@@ -11,7 +11,7 @@ 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.0.3_Linux_x86-64_rpm.tar.gz
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_24.2.1.1_Linux_x86-64_rpm.tar.gz
sha256sums = SKIP
pkgname = libreoffice-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index f837a1bc287c..a84038a494da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
## basic info
_pkgname=libreoffice
pkgname="${_pkgname}-dev-bin"
-pkgver=24.2.0.3
+pkgver=24.2.1.1
pkgrel=1
pkgdesc="LibreOffice development branch"
url="https://www.libreoffice.org/"
@@ -27,7 +27,7 @@ provides=(
)
_pkgnamefmt=LibreOffice
-_LOver=24.2.0.3
+_LOver=24.2.1.1
_dl_url="https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64"
source=("$_dl_url/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz")