summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-08-01 14:14:19 -0400
committerTed Alff2022-08-01 14:14:19 -0400
commita5581b2fe075e1ff73fb7f70aacb389b574baca5 (patch)
tree8775f12c5240a131ea79fb52780a4cf78c348775
parent6ec2c09b5f075d6a55a101ea9f44a295106119d6 (diff)
downloadaur-a5581b2fe075e1ff73fb7f70aacb389b574baca5.tar.gz
Version bump 7.4 RC2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d09b2a2584..d4b737b6a512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 7.4.0.1
- pkgrel = 2
+ pkgver = 7.4.0.2
+ pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
license = LGPL3
@@ -15,7 +15,7 @@ pkgbase = libreoffice-dev-bin
optdepends = kio: for Qt5 integration
provides = libreoffice
provides = libreoffice-en-US
- source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_7.4.0.1_Linux_x86-64_rpm.tar.gz
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_7.4.0.2_Linux_x86-64_rpm.tar.gz
sha256sums = SKIP
pkgname = libreoffice-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed6163dabe70..77905191c896 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgnamefmt=LibreOffice
_pkgname=libreoffice
pkgname=${_pkgname}-dev-bin
-_LOver=7.4.0.1
-pkgver=7.4.0.1
+_LOver=7.4.0.2
+pkgver=7.4.0.2
#_basever=$( cut -f1-2 -d'.' <<< ${_LOver} )
-pkgrel=2
+pkgrel=1
arch=('x86_64')
license=('LGPL3')
url="https://www.libreoffice.org/"