summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Mader2018-01-27 20:27:37 +0100
committerWolfgang Mader2018-01-27 20:27:37 +0100
commit508f67dad7048dcf2c31b7b235c2196ecb209644 (patch)
tree93df2413f0225a08b8d4b146e7505ba4db668263
parent2e9fcb2e33cf62aecf4e06df9e4e0afd1c0d7b44 (diff)
downloadaur-508f67dad7048dcf2c31b7b235c2196ecb209644.tar.gz
Add missing dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52a7f2a83820..13eafc18745d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = paperless
pkgdesc = Scan, index, and archive all of your paper documents
pkgver = 1.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/danielquinn/paperless
arch = any
license = GPL3
@@ -15,10 +15,13 @@ pkgbase = paperless
depends = python-gnupg
depends = python-pilkit
depends = python-dotenv
+ depends = paython-dateutils
+ depends = python-magic
depends = python-django-flat-responsive
depends = python-langdetect
depends = tesseract
depends = unpaper
+ depends = ghostscript
options = !buildflags
source = https://github.com/danielquinn/paperless/archive/1.1.0.tar.gz
source = paperless.conf
diff --git a/PKGBUILD b/PKGBUILD
index f48c524abaa3..94427b6c3033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=paperless
pkgver=1.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Scan, index, and archive all of your paper documents"
arch=('any')
url="https://github.com/danielquinn/paperless"
license=('GPL3')
options=(!buildflags)
-depends=('python-django' 'python-django-extensions' 'python-django-rest-framework' 'python-django-crispy-forms' 'python-django-filter' 'python-fuzzywuzzy' 'python-pyocr' 'python-gnupg' 'python-pilkit' 'python-dotenv' 'python-django-flat-responsive' 'python-langdetect' 'tesseract' 'unpaper')
+depends=('python-django' 'python-django-extensions' 'python-django-rest-framework' 'python-django-crispy-forms' 'python-django-filter' 'python-fuzzywuzzy' 'python-pyocr' 'python-gnupg' 'python-pilkit' 'python-dotenv' 'paython-dateutils' 'python-magic' 'python-django-flat-responsive' 'python-langdetect' 'tesseract' 'unpaper' 'ghostscript')
source=("https://github.com/danielquinn/${pkgname}/archive/${pkgver}.tar.gz"
paperless.conf
paperless-consumer.service