summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwansing2022-05-24 11:52:56 +0200
committerwansing2022-05-24 11:52:56 +0200
commit65d87ba0dacfdae956a25b544ff2e117d26652e5 (patch)
tree1acf9b7fb0eca00416c63ced961d15ea9643ebce
parent30694ba18a5748de6428e3ee473d125f145db06a (diff)
downloadaur-65d87ba0dacfdae956a25b544ff2e117d26652e5.tar.gz
fix: dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dcbce016113..a6e8424b8bba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nextcloud-app-richdocuments
pkgdesc = Integrate Collabora Online into NextCloud
pkgver = 5.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nextcloud/richdocuments
arch = any
license = AGPL
depends = nextcloud
- depends = libreoffice-online
+ depends = nodejs
+ depends = npm
options = !strip
source = richdocuments-5.0.4.tar.gz::https://github.com/nextcloud/richdocuments/releases/download/v5.0.4/richdocuments.tar.gz
sha512sums = 88987d1e7a8d65b2ffd5881b14049c495483647799bfbbf2dbd699e2ba5ec426ab1bd4c88b615e04eba4162c919a8bbb6dc6cf12d031fca63da7988da76e24bc
diff --git a/PKGBUILD b/PKGBUILD
index da747a30ebcf..e524fc785512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=nextcloud-app-richdocuments
pkgver=5.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Integrate Collabora Online into NextCloud"
arch=('any')
url="https://github.com/nextcloud/richdocuments"
license=('AGPL')
-depends=('nextcloud' 'libreoffice-online')
+depends=('nextcloud' 'nodejs' 'npm')
makedepends=()
options=('!strip')
source=("richdocuments-${pkgver}.tar.gz::https://github.com/nextcloud/richdocuments/releases/download/v$pkgver/richdocuments.tar.gz")