summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwansing2022-11-02 09:16:08 +0100
committerwansing2022-11-02 09:16:08 +0100
commit858dbdc6bdb90c6866b9da934b1aa35981e1665f (patch)
treed0689ac7018f2ca9a1aab0d8425817c40280de17
parent8c4de5a4491a9093975d815c5175c132b0aed7a8 (diff)
downloadaur-858dbdc6bdb90c6866b9da934b1aa35981e1665f.tar.gz
v7.0.1-2
-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"