update to 9.2.0
This commit is contained in:
parent
538f2c9850
commit
c45dc0f568
2 changed files with 6 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,16 +1,17 @@
|
||||||
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 = 9.1.0
|
pkgver = 9.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/ONLYOFFICE/onlyoffice-nextcloud
|
url = https://github.com/ONLYOFFICE/onlyoffice-nextcloud
|
||||||
arch = any
|
arch = any
|
||||||
groups = nextcloud-apps
|
groups = nextcloud-apps
|
||||||
license = AGPL3
|
license = AGPL3
|
||||||
makedepends = yq
|
makedepends = yq
|
||||||
source = onlyoffice-nextcloud-9.1.0.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-nextcloud/archive/v9.1.0.tar.gz
|
makedepends = npm
|
||||||
|
source = onlyoffice-nextcloud-9.2.0.tar.gz::https://github.com/ONLYOFFICE/onlyoffice-nextcloud/archive/v9.2.0.tar.gz
|
||||||
source = onlyoffice-document-formats-master.tar.gz::https://github.com/ONLYOFFICE/document-formats/archive/master.tar.gz
|
source = onlyoffice-document-formats-master.tar.gz::https://github.com/ONLYOFFICE/document-formats/archive/master.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 = 1d426e1bfab6464e1be6873e60aa131fa0dacd62b895e597ccb96c2315da6abcac28d2b428c0a4ec15e7c5791cf65104bb59a2268e76f78712e488d42c0e352c
|
sha512sums = e78dc1d8e7fe9ed854e3e862c00bedca94f2f90aeca129888a49fa34d8a970a462f845b7084a75c997d89af7a326703032e3ebe76aa0d0ebaf07735236744355
|
||||||
sha512sums = 93d066eb67955e4262c341ca919c7973974a16bba9b0c2fe5687b7a0ae52ec625dbfc89cbed6c32fd6c2db2c8a8899d065b9ffba0d572fe714130f73c13312cd
|
sha512sums = 93d066eb67955e4262c341ca919c7973974a16bba9b0c2fe5687b7a0ae52ec625dbfc89cbed6c32fd6c2db2c8a8899d065b9ffba0d572fe714130f73c13312cd
|
||||||
sha512sums = 0d4239ea9d9f7848afe4eb192b67bfae5e56e7614d38eb6970cf6a54651f1a32c5e30d229e2c63b98530fc98e87f0e395d051234f33514109dc17bf1ca694b11
|
sha512sums = 0d4239ea9d9f7848afe4eb192b67bfae5e56e7614d38eb6970cf6a54651f1a32c5e30d229e2c63b98530fc98e87f0e395d051234f33514109dc17bf1ca694b11
|
||||||
|
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# 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=9.1.0
|
pkgver=9.2.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")
|
||||||
|
|
@ -12,7 +12,7 @@ groups=('nextcloud-apps')
|
||||||
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-formats-master.tar.gz::https://github.com/ONLYOFFICE/document-formats/archive/master.tar.gz"
|
"onlyoffice-document-formats-master.tar.gz::https://github.com/ONLYOFFICE/document-formats/archive/master.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=('1d426e1bfab6464e1be6873e60aa131fa0dacd62b895e597ccb96c2315da6abcac28d2b428c0a4ec15e7c5791cf65104bb59a2268e76f78712e488d42c0e352c'
|
sha512sums=('e78dc1d8e7fe9ed854e3e862c00bedca94f2f90aeca129888a49fa34d8a970a462f845b7084a75c997d89af7a326703032e3ebe76aa0d0ebaf07735236744355'
|
||||||
'93d066eb67955e4262c341ca919c7973974a16bba9b0c2fe5687b7a0ae52ec625dbfc89cbed6c32fd6c2db2c8a8899d065b9ffba0d572fe714130f73c13312cd'
|
'93d066eb67955e4262c341ca919c7973974a16bba9b0c2fe5687b7a0ae52ec625dbfc89cbed6c32fd6c2db2c8a8899d065b9ffba0d572fe714130f73c13312cd'
|
||||||
'0d4239ea9d9f7848afe4eb192b67bfae5e56e7614d38eb6970cf6a54651f1a32c5e30d229e2c63b98530fc98e87f0e395d051234f33514109dc17bf1ca694b11')
|
'0d4239ea9d9f7848afe4eb192b67bfae5e56e7614d38eb6970cf6a54651f1a32c5e30d229e2c63b98530fc98e87f0e395d051234f33514109dc17bf1ca694b11')
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue