summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCleber Matheus2023-05-04 22:40:49 -0300
committerCleber Matheus2023-05-04 22:40:49 -0300
commit6e6c26174ab27d2d8c6d41fad03ae5e6baf8226f (patch)
tree4ae443c06e2062985dc7a78b9ae57b7155e6a7ef
parent88fc7a9c7376837bbcadb11d6c13d649a7558442 (diff)
downloadaur-6e6c26174ab27d2d8c6d41fad03ae5e6baf8226f.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55f680b388ee..1ccd1aac4415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modoboa
pkgdesc = Mail hosting made simple
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://modoboa.org/
arch = any
license = MIT
@@ -42,7 +42,7 @@ pkgbase = modoboa
makedepends = python-chardet
makedepends = python-ovh
makedepends = python-oath
- makedepends = python-aioredis
+ makedepends = python-aioredis1
depends = python>=3.7
depends = python-django
depends = python-dj-database-url
@@ -68,6 +68,6 @@ pkgbase = modoboa
provides = modoboa
conflicts = modoboa-git
source = https://files.pythonhosted.org/packages/source/m/modoboa/modoboa-2.1.1.tar.gz
- sha512sums = 81dd780cf81d9890a52cd28f9ba3a8d0c9fd985a23cf6c6259a419f59f17d48df7af5aa1e588a65f4c4bdae3c2d65bf5530320b9cc3228883a0c6afe28159d58
+ sha512sums = aee30be20059857356a7f27c36f780386f240ead826e052b9a13b9548f5abe8c867d7124aa370d75e6693a054b9279231bde827554985a09f2f65bf6e7f7eed1
pkgname = modoboa
diff --git a/PKGBUILD b/PKGBUILD
index 8350dd885511..3e7fd759d1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modoboa
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Mail hosting made simple"
arch=(any)
url="https://modoboa.org/"
@@ -12,7 +12,7 @@ makedepends=('python>=3.7' 'rrdtool' 'python-lxml' 'python-setuptools' 'zlib' 'p
'python-chardet' 'python-argparse' 'python-django-reversion' 'python-django-rest-framework>=3.13' 'python-dnspython' 'python-redis'
'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')
+ 'python-progressbar' 'python-dateutil' 'python-cryptography' 'python-pytz' 'python-chardet' 'python-ovh' 'python-oath' 'python-aioredis1')
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')