summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2023-07-11 23:24:10 -0300
committerCleber Matheus2023-07-11 23:24:10 -0300
commit4f00ba52534e05bbd1a83725f21d47335d45af18 (patch)
tree51fb3312d7a89e03a51e2a9e3083cad5f70a6433
parent040cd52bf680aa42bde214cf0a827c495212cef5 (diff)
downloadaur-4f00ba52534e05bbd1a83725f21d47335d45af18.tar.gz
Updated package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223d38683c96..3a863024dbfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modoboa
pkgdesc = Mail hosting made simple
pkgver = 2.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://modoboa.org/
arch = any
license = MIT
@@ -50,7 +50,7 @@ pkgbase = modoboa
depends = python-django-reversion>=5.0
depends = python-passlib
depends = python-factory_boy
- depends = python-django-xforwardedfor-middleware>=2.0
+ depends = python-django-xforwardedfor-middleware
optdepends = python-virtualenv
optdepends = mysql
optdepends = postgresql
diff --git a/PKGBUILD b/PKGBUILD
index 44f92022fd9a..aed39a6cffe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modoboa
pkgver=2.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Mail hosting made simple"
arch=(any)
url="https://modoboa.org/"
@@ -14,7 +14,7 @@ makedepends=('python>=3.7' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib' 'p
'python-django-xforwardedfor-middleware' 'python-django-otp' '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-factory_boy' 'python-django-xforwardedfor-middleware>=2.0')
+ 'python-django-reversion>=5.0' 'python-passlib' 'python-factory_boy' 'python-django-xforwardedfor-middleware')
optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector' 'python-psycopg2' 'gunicorn' 'python-vex' 'python-pillow')
provides=('modoboa')
conflicts=('modoboa-git')