summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-09-12 18:58:35 +0200
committerSimon Hanna2015-09-12 18:58:35 +0200
commit90d3ffd7d739275e1eae2ce7d9e31078d0c00a8a (patch)
tree5bdd48cb0b277f6704c1bc035e1fb6c91f3e2005
parent264eeb56d22466ed48619797a38506e62cf21462 (diff)
downloadaur-90d3ffd7d739275e1eae2ce7d9e31078d0c00a8a.tar.gz
Add optional dependency
-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)