extra/bogofilter to 1.2.4-4

This commit is contained in:
Kevin Mihelich 2018-11-13 19:31:51 +00:00
parent 4f7e75c154
commit 2a4f478b22

View file

@ -1,4 +1,3 @@
# $Id$
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Low Kian Seong <fastmail_low@speedymail.org>
@ -8,15 +7,15 @@
pkgname=bogofilter
pkgver=1.2.4
pkgrel=3
pkgrel=4
pkgdesc="A fast Bayesian spam filtering tool"
arch=('i686' 'x86_64')
arch=('x86_64')
license=('GPL3')
url="http://bogofilter.sourceforge.net"
depends=('db' 'perl' 'gsl') # 'sqlite'
makedepends=('xmlto')
backup=('etc/bogofilter/bogofilter.cf')
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2
bogofilter-1.2.4-test-env.patch)
md5sums=('d0a5eebb3274b23ceabe766a6443a1c5'
'd01f23755ee9b4f5807b9feefea0b42d')
@ -48,7 +47,7 @@ build() {
check() {
cd $pkgname-$pkgver
make -k -C src check || /bin/true
BF_RUN_VALGRIND=1 make -k -C src check || /bin/true
}
package() {