summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCleber Matheus2023-08-26 22:06:34 -0300
committerCleber Matheus2023-08-26 22:06:34 -0300
commit56e7e0bbc80355beaf6ec46c9d36d4c984c52194 (patch)
tree286cf73d77d33e6e9cedb5998eea1808d95a2c82 /PKGBUILD
parentbe5787e0dea4394c8fc8ec0c3e750098c9ec19a4 (diff)
downloadaur-56e7e0bbc80355beaf6ec46c9d36d4c984c52194.tar.gz
Changed depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10baa0904998..2f9cd4a43381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modoboa
pkgver=2.1.2
-pkgrel=4
+pkgrel=5
pkgdesc="Mail hosting made simple"
arch=(any)
url="https://modoboa.org/"
@@ -11,11 +11,11 @@ makedepends=('python>=3.7' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib' 'p
'python-dj-database-url' 'python-pip' 'python-requests' 'python-pycryptodome' 'python-bcrypt' 'python-asgiref'
'python-chardet' 'python-django-reversion>=5.0' 'python-django-rest-framework>=3.13' 'python-dnspython' 'python-redis'
'python-passlib' 'python-uritemplate' 'python-feedparser' 'python-django-jsonfield'
- 'python-django-xforwardedfor-middleware' 'python-django-otp' 'python-django-filter' 'python-greenlet' 'python-gevent' 'python-qrcode'
+ 'python-django-xforwardedfor-middleware' 'python-django-filter' 'python-greenlet' 'python-gevent' 'python-qrcode'
'python-progressbar' 'python-dateutil' 'python-cryptography' 'python-pytz' 'python-chardet' 'python-ovh' 'python-oath')
depends=('python>=3.7' 'python-django' 'python-dj-database-url' 'python-pip' 'python-requests' 'python-pycryptodome' 'python-chardet'
'python-django-reversion>=5.0' 'python-passlib' 'python-django-xforwardedfor-middleware')
-optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector'
+optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector' 'python-django-otp'
'python-psycopg2' 'gunicorn' 'python-vex' 'python-pillow' 'python-factory-boy')
provides=('modoboa')
conflicts=('modoboa-git')