From cc04336a0de7b58a62468bd106ea52a6a973caab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 20 Oct 2013 13:40:23 -0200 Subject: bogofilter-libre-1.2.4-1: updating version --- libre/bogofilter-libre/PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libre/bogofilter-libre/PKGBUILD b/libre/bogofilter-libre/PKGBUILD index 42a33a113..0535d872f 100644 --- a/libre/bogofilter-libre/PKGBUILD +++ b/libre/bogofilter-libre/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 183193 2013-04-18 17:14:00Z andyrtr $ -# Maintainer: tobias +# $Id: PKGBUILD 196818 2013-10-20 08:27:26Z andyrtr $ +# Maintainer: AndyRTR +# Contributor: tobias # Contributor: Low Kian Seong _pkgname=bogofilter pkgname=bogofilter-libre -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc="A fast Bayesian spam filtering tool, without noncommercial files" arch=('i686' 'x86_64') @@ -13,13 +14,13 @@ url="http://bogofilter.sourceforge.net" depends=('db' 'perl' 'gsl') backup=('etc/bogofilter/bogofilter.cf') source=(http://sourceforge.net/projects/${_pkgname}/files/${_pkgname}-current/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.bz2) -md5sums=('c3ed7f483b83abcbf6d8c797084bd06e') +md5sums=('d0a5eebb3274b23ceabe766a6443a1c5') provides=("${_pkgname}=${pkgver}") replaces=("${_pkgname}") conflicts=("${_pkgname}") build() { - cd "${srcdir}/${_pkgname}-${pkgver}" + cd ${_pkgname}-${pkgver} # Remove noncommercial files. rm doc/bogofilter-SA-{2005-0{1,2},2010-01} @@ -32,7 +33,7 @@ build() { } package() { - cd "${srcdir}/${_pkgname}-${pkgver}" + cd ${_pkgname}-${pkgver} make DESTDIR="${pkgdir}" install mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" "${pkgdir}/etc/bogofilter/bogofilter.cf" -- cgit v1.2.3-2-g168b