makedeb


onlyoffice-bin 7.3.0-1


An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents.

Click here to go back to the commit logs for onlyoffice-bin.

Commit:


Hash: 71847cd6e0824b9ead7795100cfa36abd9861dc7

Message: update to 3.4.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 009716c..a221713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,12 @@ generated-by = makedeb-makepkg
 
 pkgbase = onlyoffice-bin
 	pkgdesc = An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents.
-	pkgver = 6.3.1
+	pkgver = 6.4.1
 	pkgrel = 1
 	url = https://www.onlyoffice.com
 	arch = x86_64
 	license = AGPL-3.0
+	makedepends = xz-utils
 	depends = x11-common
 	depends = libasound2
 	depends = wget
@@ -25,7 +26,9 @@ pkgbase = onlyoffice-bin
 	depends = xdg-utils
 	optdepends = ttf-dejavu
 	optdepends = fonts-takao-gothic
-	source = https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.3.1/onlyoffice-desktopeditors_amd64.deb
-	sha256sums = 5828c296303bc81ed99bf238ac36677e06944290d42b06d4bcbee19081bc7153
+	provides = onlyoffice
+	conflicts = onlyoffice
+	source = https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.4.1/onlyoffice-desktopeditors_amd64.deb
+	sha256sums = 741851bd309a3044adacefc0c32fcca47fb004eac13420ab1f3c1ec15876069b
 
 pkgname = onlyoffice-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b53bc4..6dd3445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: zocker_160 <zocker1600 at posteo dot net>
 
 pkgname=onlyoffice-bin
-pkgver=6.3.1
+pkgver=6.4.1
 pkgrel=1
 pkgdesc="An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents."
 arch=('x86_64')
@@ -9,10 +9,13 @@ depends=('x11-common' 'libasound2' 'wget' 'gstreamer1.0-libav' 'gstreamer1.0-plu
             'libxss1' 'libatk1.0-0' 'libgtk-3-0' 'libcairo2' 'libgconf-2-4' 'libstdc++6'
             'fonts-dejavu' 'fonts-opensymbol' 'fonts-liberation' 'fonts-crosextra-carlito' 'xdg-utils')
 optdepends=('ttf-dejavu' 'fonts-takao-gothic')
+makedepends=('xz-utils')
 license=('AGPL-3.0')
+conflicts=('onlyoffice')
+provides=('onlyoffice')
 url="https://www.onlyoffice.com"
 source=("https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
-sha256sums=('5828c296303bc81ed99bf238ac36677e06944290d42b06d4bcbee19081bc7153')
+sha256sums=('741851bd309a3044adacefc0c32fcca47fb004eac13420ab1f3c1ec15876069b')
 
 package() {
     cd $srcdir