summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3316bd3ffc7..1401d852f374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,7 @@ pkgbase = mailman-core
depends = python-mock
depends = python-sqlalchemy
depends = postfix
+ optdepends = python-mailman-hyperkitty-plugin: Plugin to send emails to Hyperkitty for archival
conflicts = mailman
options = !emptydirs
backup = var/lib/mailman/var/etc/mailman.cfg
diff --git a/PKGBUILD b/PKGBUILD
index f6fee4c80db3..d6191053d3f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('python-zope-interface' 'python-zope-event' 'python-zope-configuration'
'python-flufl-lock' 'python-flufl-i18n' 'python-flufl-bounce' 'python-falcon'
'python-alembic' 'python-lazr-config' 'python-lazr-smtptest' 'python-mock'
'python-sqlalchemy' 'postfix')
+optdepends=('python-mailman-hyperkitty-plugin: Plugin to send emails to Hyperkitty for archival')
url="https://gitlab.com/mailman/mailman"
license=('LGPL')
options=(!emptydirs)