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