summaryrefslogtreecommitdiff
path: root/community/dspam
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-04 10:49:42 -0300
commit624e141150ea71c22164ca4ac6602d6d5a191674 (patch)
tree7e4f924e39fd73afb927925fbd75f857a41fae9c /community/dspam
parent692010aa202808a5b0ab62a132e5e366e34273fc (diff)
parentb625511a28fd8401f524474b5339e75328595150 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/mlt/PKGBUILD community-testing/acetoneiso2/PKGBUILD community-testing/paraview/PKGBUILD community-testing/qbittorrent/PKGBUILD community-testing/virtualbox/PKGBUILD community-testing/virtualbox/virtualbox.install community/chmsee/PKGBUILD extra/kdelibs/PKGBUILD extra/kdeutils/PKGBUILD extra/libmpdclient/PKGBUILD extra/xf86-video-ati/PKGBUILD extra/xfce4-session/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-readline/PKGBUILD
Diffstat (limited to 'community/dspam')
-rw-r--r--community/dspam/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/dspam/PKGBUILD b/community/dspam/PKGBUILD
index 91b5643de..99ccfa5ba 100644
--- a/community/dspam/PKGBUILD
+++ b/community/dspam/PKGBUILD
@@ -1,14 +1,13 @@
-# $Id: PKGBUILD 53655 2011-08-07 17:18:06Z spupykin $
+# $Id: PKGBUILD 57749 2011-11-02 08:46:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=dspam
-pkgver=3.10.0
+pkgver=3.10.1
pkgrel=1
pkgdesc="A scalable, open-source statistical anti-spam filter"
arch=('i686' 'x86_64' 'mips64el')
url="http://dspam.nuclearelephant.com/"
-options=('!libtool')
backup=(etc/dspam/dspam.conf)
license=("GPL")
depends=(readline libcap ncurses zlib openssl)
@@ -18,11 +17,11 @@ optdepends=('libmysqlclient: MySQL support'
'db: BerkeleyDB support'
'sqlite3: SQLite support')
options=('zipman' 'docs' '!libtool')
+install=$pkgname.install
source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
dspam.logrotated
dspam)
-install=$pkgname.install
-md5sums=('2e83e98a03af492df82532441e4ce335'
+md5sums=('b8b57f7f4ce31de86fa13a656d3bf936'
'2163ca41de383f09f4d754e2d35cb158'
'bb2300eff5b2a6eb987750c71a2c2169')
@@ -34,7 +33,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
[ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var ${OPTS}
- make -j1
+ make
}
package() {
cd $srcdir/$pkgname-$pkgver