summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-06 14:59:33 +0100
committerErich Eckner <git@eckner.net>2019-02-06 14:59:33 +0100
commit02fcab671a8f5acfddae5b061a8b21b75a239659 (patch)
treed58fc4aaf38d4e4a38c9a205ba2801c7bd273687
parentb7392cd2e743fd5b522213370f45799a908bc0af (diff)
downloadarchlinuxewe.git.save-02fcab671a8f5acfddae5b061a8b21b75a239659.tar.xz
python2-courier-pythonfilter: update url, add optdepends
-rw-r--r--python2-courier-pythonfilter/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/python2-courier-pythonfilter/PKGBUILD b/python2-courier-pythonfilter/PKGBUILD
index 43cc29e4..4a85c2ab 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}"