[arch-commits] CVS update of extra/network/bogofilter (PKGBUILD)

Tobias Kieslich tobias at archlinux.org
Thu Apr 26 20:25:58 UTC 2007


    Date: Thursday, April 26, 2007 @ 16:25:58
  Author: tobias
    Path: /home/cvs-extra/extra/network/bogofilter

Modified: PKGBUILD (1.31 -> 1.32)

added gsl as system dependency


----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Index: extra/network/bogofilter/PKGBUILD
diff -u extra/network/bogofilter/PKGBUILD:1.31 extra/network/bogofilter/PKGBUILD:1.32
--- extra/network/bogofilter/PKGBUILD:1.31	Sat Mar 17 04:42:30 2007
+++ extra/network/bogofilter/PKGBUILD	Thu Apr 26 16:25:58 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.31 2007/03/17 08:42:30 tpowa Exp $
+# $Id: PKGBUILD,v 1.32 2007/04/26 20:25:58 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 
 pkgname=bogofilter
 pkgver=1.1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast Bayesian spam filtering tool"
 arch=(i686 x86_64)
 url="http://bogofilter.sourceforge.net"
-depends=('db>=4.5' 'perl')
-source=(http://heanet.dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+depends=('db>=4.5' 'perl' 'gsl')
+source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('25558e2e72350ee2e4edfc1b617f6738')
 
 build() {




More information about the arch-commits mailing list