[arch-commits] Commit in spamassassin/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Wed Apr 5 13:14:37 UTC 2017
Date: Wednesday, April 5, 2017 @ 13:14:36
Author: bluewind
Revision: 292125
Add make to optdeps for sa-compile
Modified:
spamassassin/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-05 13:00:20 UTC (rev 292124)
+++ PKGBUILD 2017-04-05 13:14:36 UTC (rev 292125)
@@ -4,7 +4,7 @@
# Contributor: Manolis Tzanidakis
pkgname=spamassassin
pkgver=3.4.1
-pkgrel=5
+pkgrel=6
pkgdesc="A mail filter to identify spam."
arch=('i686' 'x86_64')
license=('APACHE')
@@ -13,7 +13,8 @@
'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
makedepends=('razor' 'perl-dbi')
-optdepends=('razor: to identify collaborately-flagged spam')
+optdepends=('razor: to identify collaborately-flagged spam'
+ 'make: to use sa-compile')
backup=('etc/mail/spamassassin/local.cf'
'etc/mail/spamassassin/init.pre'
'etc/mail/spamassassin/v310.pre'
More information about the arch-commits
mailing list