summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-03-23 12:48:26 +0000
committerDaniel Bermond2021-03-23 12:48:26 +0000
commitd5abdbb5c2d19ce2a2163b87da2f3af803a2c9c5 (patch)
tree016581a3c795e40e042da3a0b6edba473a645d47
parent037a1789e6389257c446ff8db218b86aa167cf09 (diff)
downloadaur-d5abdbb5c2d19ce2a2163b87da2f3af803a2c9c5.tar.gz
Update to version 6.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a098cb5e27e1..6bbfc604af61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onlyoffice-bin
pkgdesc = An office suite that combines text, spreadsheet and presentation editors
- pkgver = 6.1.0
+ pkgver = 6.2.0
pkgrel = 1
url = https://www.onlyoffice.com/
arch = x86_64
@@ -25,11 +25,11 @@ pkgbase = onlyoffice-bin
optdepends = ttf-ms-fonts: for Microsoft fonts
provides = onlyoffice
conflicts = onlyoffice
- noextract = onlyoffice-desktopeditors-6.1.0_amd64.deb
+ noextract = onlyoffice-desktopeditors-6.2.0_amd64.deb
options = !strip
options = !emptydirs
- source = https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.1.0/onlyoffice-desktopeditors_6.1.0-90_amd64.deb
- sha256sums = 4d468408284cdc6c6d079e3fccd20a8d1228727031a4154aed7b17df3edaabca
+ source = https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.2.0/onlyoffice-desktopeditors_amd64.deb
+ sha256sums = 9ca996c5a555ba5feb183221deef730a92aeed4d279ab9ed1457fdeb1432cdd8
pkgname = onlyoffice-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d4eb270f4ba..32b0d14bd031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Mikalai Ramanovich < narod.ru: nikolay.romanovich >
pkgname=onlyoffice-bin
-pkgver=6.1.0
+pkgver=6.2.0
pkgrel=1
-_build=90
+
pkgdesc='An office suite that combines text, spreadsheet and presentation editors'
arch=('x86_64')
url='https://www.onlyoffice.com/'
@@ -18,13 +18,13 @@ optdepends=('libreoffice: for OpenSymbol fonts'
provides=('onlyoffice')
conflicts=('onlyoffice')
options=('!strip' '!emptydirs')
-source=("https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_${pkgver}-${_build}_amd64.deb")
+source=("https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb")
noextract=("onlyoffice-desktopeditors-${pkgver}_amd64.deb")
-sha256sums=('4d468408284cdc6c6d079e3fccd20a8d1228727031a4154aed7b17df3edaabca')
+sha256sums=('9ca996c5a555ba5feb183221deef730a92aeed4d279ab9ed1457fdeb1432cdd8')
prepare() {
mkdir -p "onlyoffice-${pkgver}"
- bsdtar -xf "${srcdir}/onlyoffice-desktopeditors_${pkgver}-${_build}_amd64.deb" -C "onlyoffice-${pkgver}"
+ bsdtar -xf "${srcdir}/onlyoffice-desktopeditors_amd64.deb" -C "onlyoffice-${pkgver}"
}
package() {