diff options
author | Daniel Bermond | 2021-10-21 13:58:46 -0300 |
---|---|---|
committer | Daniel Bermond | 2021-10-21 13:58:46 -0300 |
commit | 0a058e2700459cf1d619d898031899dd20cde3cf (patch) | |
tree | ea3536a54b7bb717db7b5d09fe9d9705dc095943 | |
parent | 673468cd9b0d113f9548efd5b6a87c9d5dca6c1c (diff) | |
download | aur-0a058e2700459cf1d619d898031899dd20cde3cf.tar.gz |
Update to version 6.4.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = onlyoffice-bin pkgdesc = An office suite that combines text, spreadsheet and presentation editors - pkgver = 6.4.1 + pkgver = 6.4.2 pkgrel = 1 url = https://www.onlyoffice.com/ arch = x86_64 @@ -25,10 +25,10 @@ pkgbase = onlyoffice-bin optdepends = ttf-ms-fonts: for Microsoft fonts provides = onlyoffice conflicts = onlyoffice - noextract = onlyoffice-desktopeditors-x86_64-6.4.1.deb + noextract = onlyoffice-desktopeditors-x86_64-6.4.2.deb options = !strip options = !emptydirs - source = onlyoffice-desktopeditors-x86_64-6.4.1.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.4.1/onlyoffice-desktopeditors_amd64.deb - sha256sums = 741851bd309a3044adacefc0c32fcca47fb004eac13420ab1f3c1ec15876069b + source = onlyoffice-desktopeditors-x86_64-6.4.2.deb::https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v6.4.2/onlyoffice-desktopeditors_amd64.deb + sha256sums = 388b336396237aaa692bbb7dcf985053e575a5b00d5aefea8935517d59865d93 pkgname = onlyoffice-bin @@ -2,7 +2,7 @@ # Contributor: Mikalai Ramanovich < narod.ru: nikolay.romanovich > pkgname=onlyoffice-bin -pkgver=6.4.1 +pkgver=6.4.2 pkgrel=1 pkgdesc='An office suite that combines text, spreadsheet and presentation editors' arch=('x86_64') @@ -19,7 +19,7 @@ conflicts=('onlyoffice') options=('!strip' '!emptydirs') source=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb"::"https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${pkgver}/onlyoffice-desktopeditors_amd64.deb") noextract=("onlyoffice-desktopeditors-${CARCH}-${pkgver}.deb") -sha256sums=('741851bd309a3044adacefc0c32fcca47fb004eac13420ab1f3c1ec15876069b') +sha256sums=('388b336396237aaa692bbb7dcf985053e575a5b00d5aefea8935517d59865d93') prepare() { mkdir -p "onlyoffice-${pkgver}" |