Date: Friday, May 1, 2015 @ 21:52:11 Author: bluewind Revision: 238326
upgpkg: spamassassin 3.4.1-1 upstream update Modified: spamassassin/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-01 19:26:21 UTC (rev 238325) +++ PKGBUILD 2015-05-01 19:52:11 UTC (rev 238326) @@ -3,8 +3,8 @@ # Contributor: Dale Blount <[email protected]> # Contributor: Manolis Tzanidakis pkgname=spamassassin -pkgver=3.4.0 -pkgrel=4 +pkgver=3.4.1 +pkgrel=1 pkgdesc="A mail filter to identify spam." arch=('i686' 'x86_64') license=('APACHE') @@ -22,21 +22,17 @@ 'etc/mail/spamassassin/v330.pre') install="${pkgname}.install" source=("http://www.us.apache.org/dist/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz"{,.asc} - 'spamassassin.service' net-dns.patch) + 'spamassassin.service') validpgpkeys=(D8099BC79E17D7E49BC21E31FDE52F40F7D39814) -md5sums=('5d0b50cee3bfa905cca35c33296c8c2a' +md5sums=('76eca1f38c11635d319e62c26d5b034b' 'SKIP' - '8adce028f25387ac3bc4dba697d209ed' - '0bcf0419608ec4ac200e794563620f31') + '8adce028f25387ac3bc4dba697d209ed') prepare() { cd "${srcdir}/Mail-SpamAssassin-${pkgver}" sed -i t/sa_compile.t \ - -e 's#/foo/bin/spamassassin#/foo/bin/site_perl/spamassassin#' \ - -e 's#/foo/bin/sa-compile#/foo/bin/site_perl/sa-compile#' - - patch -p1 -i "$srcdir/net-dns.patch" + -e 's#^my $temp_binpath = $Config{sitebinexp};#my $temp_binpath = "/bin/site_perl/";#' } build() {
