aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09cf085..f7a7a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=spambayes
pkgver=1.1a6
-pkgrel=3
+pkgrel=4
pkgdesc="Bayesian anti-spam classifier written in Python"
arch=('any')
url="http://spambayes.sourceforge.net/"
license=('PSF')
-depends=('python2' 'python2-lockfile')
+depends=('python2' 'python2-lockfile' 'python2-setuptools')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('d06ed6d097911ddc8db31b4e9663df4b')