summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucki2020-10-29 13:03:57 +0100
committerLucki2020-10-29 13:03:57 +0100
commit5645f28ca885c23a6b04a3ef331b40747b65671f (patch)
treeb4954ca18e444dc4eff967f55c794a39d2f911f3 /PKGBUILD
parenta53f90d305cf15950ccba7d368395a4b72746c58 (diff)
downloadaur-5645f28ca885c23a6b04a3ef331b40747b65671f.tar.gz
upgpkg: docspell 0.13.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 060fe3c70bc0..0628953fcd21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=docspell
pkgname=('docspell-joex' 'docspell-restserver')
pkgver=0.13.0
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://github.com/eikek/docspell"
license=('GPL3')
@@ -44,8 +44,7 @@ prepare() {
# checkdepends=('unpaper' 'ocrmypdf' 'solr')
package_docspell-joex() {
- description=("Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort. (Job executer)")
- pkgdesc="Job executer for docspell"
+ pkgdesc="Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort. (Job executer)"
depends+=('ghostscript' 'tesseract' 'unoconv' 'wkhtmltopdf')
optdepends+=('ocrmypdf: adds an OCR layer to scanned PDF files to make them searchable'
'unpaper: pre-processes images to yield better results when doing ocr')
@@ -75,7 +74,7 @@ package_docspell-joex() {
}
package_docspell-restserver() {
- description=("Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort. (Server)")
+ pkgdesc="Assists in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort. (Server)"
backup=("etc/docspell/restserver.conf")
install -Dm 755 "${pkgname[1]}.sh" "$pkgdir/usr/bin/${pkgname[1]}"