summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAlphaJack2024-02-13 10:03:44 +0100
committerAlphaJack2024-02-13 10:03:44 +0100
commit70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b (patch)
treeafd6350d949f1bc8d77f6a0c05ec4576caadb7bb /.SRCINFO
parent4f8a8ae60e0c866ee9889a3349b9a6744a8df5a8 (diff)
downloadaur-70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b.tar.gz
Added missing python-django-allauth dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7e9b79c670..c5ff830653a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = paperless-ngx
pkgdesc = A supercharged version of paperless: scan, index and archive all your physical documents
pkgver = 2.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://docs.paperless-ngx.com/
install = paperless.install
arch = any
@@ -30,8 +30,6 @@ pkgbase = paperless-ngx
depends = python-brotli
depends = python-celery
depends = python-certifi
- depends = python-django-channels
- depends = python-django-channels-redis
depends = python-chardet
depends = python-click
depends = python-concurrent-log-handler
@@ -39,8 +37,11 @@ pkgbase = paperless-ngx
depends = python-daphne
depends = python-dateparser
depends = python-django
+ depends = python-django-allauth
depends = python-django-auditlog
depends = python-django-celery-results
+ depends = python-django-channels
+ depends = python-django-channels-redis
depends = python-django-compression-middleware
depends = python-django-cors-headers
depends = python-django-extensions