summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCleber Matheus2021-10-04 19:20:32 -0300
committerCleber Matheus2021-10-04 19:20:32 -0300
commitaa1c90ec810248a158ba02e23e6d115eddd23976 (patch)
treea042e16ae97952b0531e6466e18d6c976735d84d /PKGBUILD
parent68176fd0eb2eea8d87bb4d916ae4ad14142b156a (diff)
downloadaur-aa1c90ec810248a158ba02e23e6d115eddd23976.tar.gz
Updated Dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0ec83a14d31..268bb34da3da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
pkgname=modoboa
pkgver=1.17.0
-pkgrel=1
+pkgrel=2
pkgdesc="Modoboa is a django mail hosting and management platform"
arch=(any)
url="https://modoboa.org/en/"
license=('MIT')
-makedepends=('python' 'python-rrdtool' 'python-lxml' 'python-setuptools' 'zlib')
+makedepends=('python' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib')
depends=('python-django' 'python-dj-database-url' 'python-pip' 'python-requests' 'python-crypto'
- 'python-sievelib' 'python-chardet' 'python-argparse' 'python-django-reversion'
+ 'python-chardet' 'python-argparse' 'python-django-reversion'
'python-passlib' 'python-django-versionfield2' 'python-factory_boy'
'python-django-xforwardedfor-middleware')
-optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector' 'python-psycopg2' 'python-aspw'
- 'python-gunicorn' 'python-vex')
+optdepends=('python-virtualenv' 'mysql' 'postgresql' 'sqlite' 'python-mysql-connector' 'python-psycopg2' 'gunicorn' 'python-vex')
provides=('modoboa')
conflicts=('modoboa-git')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"