diff --git a/.SRCINFO b/.SRCINFO index ff7172b..decbda1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,15 +1,15 @@ pkgbase = nextcloud-app-onlyoffice pkgdesc = ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs. - pkgver = 7.2.0 + pkgver = 7.3.0 pkgrel = 1 url = https://github.com/ONLYOFFICE/onlyoffice-nextcloud arch = any license = AGPL3 - depends = nextcloud>=22 - depends = nextcloud<23 - source = onlyoffice-nextcloud-7.2.0.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-nextcloud/archive/v7.2.0.tar.gz + depends = nextcloud>=20 + depends = nextcloud<24 + 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 - sha512sums = 2ca3ad363413aab05c27c778b80d05c1c1b151a89aadd854b827c91a83e8be6f1c4d95e3e668a7435289be4f5c90037acf3d8c9ee9149506d859530a8efdbc49 + sha512sums = 3afd7a0eea8242ae5964a6aab752120d2ba58e624884014001b5294cc25173af8b19a8ba311f15846a7302acd03f91f770ebef29ee9cc088c78564f9f7735899 sha512sums = 309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1 pkgname = nextcloud-app-onlyoffice diff --git a/PKGBUILD b/PKGBUILD index eb08fcb..9bb52ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Carlos Galindo < arch -at - cgj.es > _appname=onlyoffice pkgname=nextcloud-app-onlyoffice -pkgver=7.2.0 +pkgver=7.3.0 pkgrel=1 pkgdesc="ONLYOFFICE connector allows you to view, edit and collaborate using ONLYOFFICE Docs." arch=("any") url="https://github.com/ONLYOFFICE/onlyoffice-nextcloud" license=('AGPL3') -depends=('nextcloud>=22' 'nextcloud<23') +depends=('nextcloud>=20' 'nextcloud<24') 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") -sha512sums=('2ca3ad363413aab05c27c778b80d05c1c1b151a89aadd854b827c91a83e8be6f1c4d95e3e668a7435289be4f5c90037acf3d8c9ee9149506d859530a8efdbc49' +sha512sums=('3afd7a0eea8242ae5964a6aab752120d2ba58e624884014001b5294cc25173af8b19a8ba311f15846a7302acd03f91f770ebef29ee9cc088c78564f9f7735899' '309994b30c27a80cdc973d93c61a4c979acb9413acf78040d2877b0098bd8640aa79e82e991bf6d11af02d07a16ea67bcb5c42e9f7c96daccb977b5716fcafb1') package() {