summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2023-02-28 09:32:26 -0300
committerCleber Matheus2023-02-28 09:32:26 -0300
commit8d75ceb9573e0abbc147de54cbdd458deea47ce8 (patch)
tree998ce2d6e00d6d44981018e67a80ccc300852411
parent0617a701de979753b379eba984590b74b2bddd44 (diff)
downloadaur-8d75ceb9573e0abbc147de54cbdd458deea47ce8.tar.gz
Fixed python version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32f48c5d9cd7..ad0b797662b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modoboa
pkgdesc = Mail hosting made simple
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://modoboa.org/
arch = any
license = MIT
@@ -43,6 +43,7 @@ pkgbase = modoboa
makedepends = python-ovh
makedepends = python-oath
makedepends = python-aioredis
+ depends = python>=3.7
depends = python-django
depends = python-dj-database-url
depends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index b5c39701e754..09164fc49885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modoboa
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Mail hosting made simple"
arch=(any)
url="https://modoboa.org/"
@@ -13,7 +13,7 @@ makedepends=('python>=3.7' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib' 'p
'python-passlib' 'python-django-versionfield2' 'python-factory_boy' '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' 'python-aioredis')
-depends=('python-django' 'python-dj-database-url' 'python-pip' 'python-requests' 'python-pycryptodome' 'python-chardet' 'python-argparse'
+depends=('python>=3.7' 'python-django' 'python-dj-database-url' 'python-pip' 'python-requests' 'python-pycryptodome' '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' 'gunicorn' 'python-vex' 'python-pillow')
provides=('modoboa')