summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7f76f43e743..551fe7ef6dc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = nextcloud-app-richdocuments
pkgdesc = Integrate Collabora Online into NextCloud
pkgver = 7.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nextcloud-releases/richdocuments
arch = any
license = AGPL
- depends = nextcloud=25
+ depends = nextcloud>=25
+ depends = nextcloud<26
depends = nodejs
depends = npm
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1a8e658ef307..3ea0f7afbd81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=nextcloud-app-richdocuments
pkgver=7.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Integrate Collabora Online into NextCloud"
arch=('any')
url="https://github.com/nextcloud-releases/richdocuments"