diff options
-rw-r--r-- | libre/bogofilter-libre/PKGBUILD | 13 |
1 files 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 <tobias@archlinux.org> +# $Id: PKGBUILD 196818 2013-10-20 08:27:26Z andyrtr $ +# Maintainer: AndyRTR <andyrtr@archlinux.org> +# Contributor: tobias <tobias@archlinux.org> # Contributor: Low Kian Seong <fastmail_low@speedymail.org> _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" |