diff options
-rw-r--r-- | python2-courier-pythonfilter/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python2-courier-pythonfilter/PKGBUILD b/python2-courier-pythonfilter/PKGBUILD index 43cc29e47..4a85c2abd 100644 --- a/python2-courier-pythonfilter/PKGBUILD +++ b/python2-courier-pythonfilter/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.11 pkgrel=2 pkgdesc='collection of useful filters for the Courier MTA, and a framework for developing new filters in Python' arch=('any') -url='http://www.dragonsdawn.net/~gordon/courier-pythonfilter/' +url='https://github.com/szepeviktor/courier-pythonfilter/' license=('GPL') depends=( 'python2>=2.7' @@ -17,6 +17,10 @@ makedepends=( source=("http://www.dragonsdawn.net/~gordon/courier-pythonfilter/${_pkgname}-${pkgver}.tar.gz") sha512sums=('75ffff7d9692861c535ee18d1d25954c79e81275641172ad706caf0c65dc715ffd4a1c021b0e26fc992fffdf6c2842ed8fc688eff82ec42591b35af834c0ace4') backup=('etc/pythonfilter-modules.conf' 'etc/pythonfilter.conf') +optdepends=( + 'clamav: Virus Scan' + 'spamassassin: Spam Detection' +) build() { cd "${srcdir}/${_pkgname}-${pkgver}" |