update to 7.3.0

This commit is contained in:
Carlos Galindo 2022-01-27 12:15:15 +01:00
parent 703446bf29
commit a8fbb97649
2 changed files with 8 additions and 8 deletions

View file

@ -1,15 +1,15 @@
pkgbase = nextcloud-app-onlyoffice pkgbase = nextcloud-app-onlyoffice
pkgdesc = ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs. pkgdesc = ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs.
pkgver = 7.2.0 pkgver = 7.3.0
pkgrel = 1 pkgrel = 1
url = https://github.com/ONLYOFFICE/onlyoffice-nextcloud url = https://github.com/ONLYOFFICE/onlyoffice-nextcloud
arch = any arch = any
license = AGPL3 license = AGPL3
depends = nextcloud>=22 depends = nextcloud>=20
depends = nextcloud<23 depends = nextcloud<24
source = onlyoffice-nextcloud-7.2.0.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-nextcloud/archive/v7.2.0.tar.gz source = onlyoffice-nextcloud-7.3.0.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-nextcloud/archive/v7.3.0.tar.gz
source = onlyoffice-document-templates-main-new.tar.gz::https://github.com/ONLYOFFICE/document-templates/archive/main/new.tar.gz source = onlyoffice-document-templates-main-new.tar.gz::https://github.com/ONLYOFFICE/document-templates/archive/main/new.tar.gz
sha512sums = 2ca3ad363413aab05c27c778b80d05c1c1b151a89aadd854b827c91a83e8be6f1c4d95e3e668a7435289be4f5c90037acf3d8c9ee9149506d859530a8efdbc49 sha512sums = 3afd7a0eea8242ae5964a6aab752120d2ba58e624884014001b5294cc25173af8b19a8ba311f15846a7302acd03f91f770ebef29ee9cc088c78564f9f7735899
sha512sums = 309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1 sha512sums = 309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1
pkgname = nextcloud-app-onlyoffice pkgname = nextcloud-app-onlyoffice

View file

@ -1,16 +1,16 @@
# Maintainer: Carlos Galindo < arch -at - cgj.es > # Maintainer: Carlos Galindo < arch -at - cgj.es >
_appname=onlyoffice _appname=onlyoffice
pkgname=nextcloud-app-onlyoffice pkgname=nextcloud-app-onlyoffice
pkgver=7.2.0 pkgver=7.3.0
pkgrel=1 pkgrel=1
pkgdesc="ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs." pkgdesc="ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs."
arch=("any") arch=("any")
url="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" url="https://github.com/ONLYOFFICE/onlyoffice-nextcloud"
license=('AGPL3') license=('AGPL3')
depends=('nextcloud>=22' 'nextcloud<23') depends=('nextcloud>=20' 'nextcloud<24')
source=("$_appname-nextcloud-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" source=("$_appname-nextcloud-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"onlyoffice-document-templates-main-new.tar.gz::https://github.com/ONLYOFFICE/document-templates/archive/main/new.tar.gz") "onlyoffice-document-templates-main-new.tar.gz::https://github.com/ONLYOFFICE/document-templates/archive/main/new.tar.gz")
sha512sums=('2ca3ad363413aab05c27c778b80d05c1c1b151a89aadd854b827c91a83e8be6f1c4d95e3e668a7435289be4f5c90037acf3d8c9ee9149506d859530a8efdbc49' sha512sums=('3afd7a0eea8242ae5964a6aab752120d2ba58e624884014001b5294cc25173af8b19a8ba311f15846a7302acd03f91f770ebef29ee9cc088c78564f9f7735899'
'309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1') '309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1')
package() { package() {