summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2023-08-08 23:17:51 -0300
committerCleber Matheus2023-08-08 23:17:51 -0300
commitbe5787e0dea4394c8fc8ec0c3e750098c9ec19a4 (patch)
tree5bf2d839f26d1f10242a37f6598c1bbb18f15968
parent4f00ba52534e05bbd1a83725f21d47335d45af18 (diff)
downloadaur-be5787e0dea4394c8fc8ec0c3e750098c9ec19a4.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a863024dbfb..c9e5029ef1ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modoboa
pkgdesc = Mail hosting made simple
pkgver = 2.1.2
- pkgrel = 3
+ pkgrel = 4
url = https://modoboa.org/
arch = any
license = MIT
@@ -23,7 +23,6 @@ pkgbase = modoboa
makedepends = python-dnspython
makedepends = python-redis
makedepends = python-passlib
- makedepends = python-factory_boy
makedepends = python-uritemplate
makedepends = python-feedparser
makedepends = python-django-jsonfield
@@ -49,7 +48,6 @@ pkgbase = modoboa
depends = python-chardet
depends = python-django-reversion>=5.0
depends = python-passlib
- depends = python-factory_boy
depends = python-django-xforwardedfor-middleware
optdepends = python-virtualenv
optdepends = mysql
@@ -60,6 +58,7 @@ pkgbase = modoboa
optdepends = gunicorn
optdepends = python-vex
optdepends = python-pillow
+ optdepends = python-factory-boy
provides = modoboa
conflicts = modoboa-git
source = https://files.pythonhosted.org/packages/source/m/modoboa/modoboa-2.1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index aed39a6cffe1..10baa0904998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modoboa
pkgver=2.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="Mail hosting made simple"
arch=(any)
url="https://modoboa.org/"
@@ -10,12 +10,13 @@ license=('MIT')
makedepends=('python>=3.7' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib' 'python-wheel'
'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-factory_boy' 'python-uritemplate' 'python-feedparser' 'python-django-jsonfield'
+ '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-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')
-optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector' 'python-psycopg2' 'gunicorn' 'python-vex' 'python-pillow')
+ 'python-django-reversion>=5.0' 'python-passlib' 'python-django-xforwardedfor-middleware')
+optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector'
+ 'python-psycopg2' 'gunicorn' 'python-vex' 'python-pillow' 'python-factory-boy')
provides=('modoboa')
conflicts=('modoboa-git')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")