Date: Tuesday, June 28, 2011 @ 14:19:06 Author: angvp Revision: 129532
upgpkg: spamassassin 3.3.2-2 Fixing FS#24197 Modified: spamassassin/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-06-28 17:11:52 UTC (rev 129531) +++ PKGBUILD 2011-06-28 18:19:06 UTC (rev 129532) @@ -3,7 +3,7 @@ # Contributor: Manolis Tzanidakis pkgname=spamassassin pkgver=3.3.2 -pkgrel=1 +pkgrel=2 pkgdesc="A mail filter to identify spam." arch=(i686 x86_64) license=(APACHE) @@ -17,7 +17,7 @@ optdepends=('razor: to identify collaborately-flagged spam' 'gnupg: gpg support, without this use --nogpg flag for sa-update' 're2c: regexp compiler, for compiling rules with sa-compile' - 'dkim: DomainKeys Identified Mail (DKIM) checking') + 'perl-mail-dkim: DomainKeys Identified Mail (DKIM) checking') backup=(etc/conf.d/spamd etc/mail/spamassassin/local.cf \ etc/mail/spamassassin/init.pre \ etc/mail/spamassassin/v310.pre \