[arch-commits] Commit in mailman3/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jan 14 12:26:38 UTC 2020


    Date: Tuesday, January 14, 2020 @ 12:26:37
  Author: dvzrv
Revision: 552491

upgpkg: mailman3 3.3.0-2: Listing correct optdepends (hyperkitty, postorius, mailman3-hyperkitty, python-mailmanclient).

Modified:
  mailman3/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-14 12:25:19 UTC (rev 552490)
+++ PKGBUILD	2020-01-14 12:26:37 UTC (rev 552491)
@@ -3,7 +3,7 @@
 _name=mailman
 pkgname=mailman3
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU mailing list manager"
 arch=('any')
 url="https://www.list.org/"
@@ -17,12 +17,13 @@
 'python-zope-interface')
 checkdepends=('python-coverage' 'python-diff-cover' 'python-flufl.testing'
 'python-nose2' 'python-psycopg2' 'python-pymysql' 'python-pytest')
-optdepends=('mailmanclient: for interfacing the mailman REST API locally'
-            'python-django-hyperkitty: for local archive and list interaction'
-            'python-django-posterius: for local configuration interaction'
+optdepends=('hyperkitty: for local archive and list interaction'
+            'posterius: for local configuration interaction'
+            'mailman3-hyperkitty: for archiving mails with an instance of hyperkitty'
+            'python-mailmanclient: for programmatically interfacing the mailman REST API locally'
             'python-psycopg2: for PostgreSQL support'
             'python-pymysql: for MySQL support'
-            'smtp-server: for a local mail server')
+            'smtp-server: for using a local mail server')
 conflicts=('mailman')
 replaces=('mailman-core')
 backup=('etc/mailman.cfg')



More information about the arch-commits mailing list