summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9a9d3121aa..fe646e56e858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docspell
pkgdesc = Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
pkgver = 0.19.0
- pkgrel = 2
+ pkgrel = 3
url = https://docspell.org/
changelog = .CHANGELOG
arch = any
@@ -46,5 +46,8 @@ pkgname = docspell-restserver
pkgname = docspell-tools
pkgdesc = Collection of tools to interact with Docspell
+ depends = curl
+ depends = inotify-tools
+ depends = jq
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 05267a1b4856..ed7aa3334400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=docspell
pkgname=('docspell-joex' 'docspell-restserver' 'docspell-tools')
pkgver=0.19.0
-pkgrel=2
+pkgrel=3
changelog=.CHANGELOG
arch=('any')
url="https://docspell.org/"
@@ -113,7 +113,7 @@ package_docspell-restserver() {
makedepends+=('python')
package_docspell-tools() {
pkgdesc="Collection of tools to interact with Docspell"
- depends=('python')
+ depends=('curl' 'inotify-tools' 'jq' 'python')
cd "${pkgname[2]}-$pkgver" || return