summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2024-02-13 10:03:44 +0100
committerAlphaJack2024-02-13 10:03:44 +0100
commit70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b (patch)
treeafd6350d949f1bc8d77f6a0c05ec4576caadb7bb
parent4f8a8ae60e0c866ee9889a3349b9a6744a8df5a8 (diff)
downloadaur-70592e9fffe6b41c7a3d98a0f53bf7cace9dc23b.tar.gz
Added missing python-django-allauth dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 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
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"