aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-10 21:59:33 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commitc8403c7df59639e12a9c9f426a6bf1b64f8f4aff (patch)
treefeeede619838d6bb65dd5005beefc91fc5565b14
parentc54eb38d8f57b5f298a8ec09a1a10661dee9e2c4 (diff)
downloadpkgbuilds-c8403c7df59639e12a9c9f426a6bf1b64f8f4aff.tar.xz
spambayes: Add missing python2-setuptools dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dee9277..b21f2fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,13 @@
pkgbase = spambayes
pkgdesc = Bayesian anti-spam classifier written in Python
pkgver = 1.1a6
- pkgrel = 3
+ pkgrel = 4
url = http://spambayes.sourceforge.net/
arch = any
license = PSF
depends = python2
depends = python2-lockfile
+ depends = python2-setuptools
source = http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-1.1a6.tar.gz
md5sums = d06ed6d097911ddc8db31b4e9663df4b
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')