summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-12-13 20:22:16 -0500
committerTed Alff2019-12-13 20:22:16 -0500
commit2f1ea331a2b80c3b4350ecd8a6d40d0cdc42b724 (patch)
tree85d064e9579aa0467d956c8025f91e3c016147dd
parent6772ce310ff82bf4118d0a2396d1118ab58ab6a6 (diff)
downloadaur-2f1ea331a2b80c3b4350ecd8a6d40d0cdc42b724.tar.gz
Version bump 6.4 beta 1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 904190b2697c..59e2c99f4d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,22 @@
pkgbase = libreoffice-dev-bin
pkgdesc = LibreOffice development branch
- pkgver = 6.3.2.1
+ pkgver = 6.4.0.0beta1
pkgrel = 1
url = https://www.libreoffice.org/
arch = x86_64
license = LGPL3
- depends = gtk2
+ depends = gtk3
depends = lpsolve
- depends = liborcus
depends = neon
depends = curl
optdepends = java-runtime: adds java support
optdepends = java-environment: required by extension-wiki-publisher and extension-nlpsolver
optdepends = coin-or-mp: required by the Calc solver
- optdepends = gtk3: for GTK3 integration
optdepends = kio: for Qt5 integration
provides = libreoffice
provides = libreoffice-en-US
- source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOffice_6.3.2.1_Linux_x86-64_rpm.tar.gz
- sha256sums = SKIP
+ source = https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/LibreOfficeDev_6.4.0.0.beta1_Linux_x86-64_rpm.tar.gz
+ sha256sums = 991579b5cdcac9c9a34452747a451ffbad1812f2f96ff3c4cbf3da72affac41b
pkgname = libreoffice-dev-bin
diff --git a/PKGBUILD b/PKGBUILD
index f329e2c6ade3..07f8c9f2d94b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,25 @@
# Maintainer: twa022 <twa022 at gmail dot com>
-_pkgnamefmt=LibreOffice
+_pkgnamefmt=LibreOfficeDev
_pkgname=libreoffice
pkgname=${_pkgname}-dev-bin
-_LOver=6.3.2.1
-pkgver=6.3.2.1
+_LOver=6.4.0.0.beta1
+pkgver=6.4.0.0beta1
#_basever=$( cut -f1-2 -d'.' <<< ${_LOver} )
pkgrel=1
arch=('x86_64')
license=('LGPL3')
url="https://www.libreoffice.org/"
pkgdesc="LibreOffice development branch"
-depends=('gtk2' 'lpsolve' 'liborcus' 'neon' 'curl')
+depends=('gtk3' 'lpsolve' 'neon' 'curl')
optdepends=('java-runtime: adds java support'
'java-environment: required by extension-wiki-publisher and extension-nlpsolver'
'coin-or-mp: required by the Calc solver'
- 'gtk3: for GTK3 integration'
'kio: for Qt5 integration')
provides=('libreoffice' 'libreoffice-en-US')
source=("https://dev-builds.libreoffice.org/pre-releases/rpm/x86_64/${_pkgnamefmt}_${_LOver}_Linux_x86-64_rpm.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('991579b5cdcac9c9a34452747a451ffbad1812f2f96ff3c4cbf3da72affac41b')
package() {
find "${srcdir}/${_pkgnamefmt}_${_LOver}"*/RPMS/*rpm -exec bsdtar -x -f '{}' -C "${pkgdir}" \;