aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:41 +0200
commit01f4549d9039032283e599688f28b5a46c4a3311 (patch)
tree1a7b132ad91148f2b52a0f1c09682aac232d4158 /PKGBUILD
parentc8403c7df59639e12a9c9f426a6bf1b64f8f4aff (diff)
downloadpkgbuilds-01f4549d9039032283e599688f28b5a46c4a3311.tar.xz
Clean up PKGBUILDs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7a7a47..f19ab45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Johannes Löthberg <johannes@kyriasis.com
-# Contributor: Michael Hiller <glako-at-sojasau.de>
-
pkgname=spambayes
pkgver=1.1a6
pkgrel=4
+
pkgdesc="Bayesian anti-spam classifier written in Python"
-arch=('any')
url="http://spambayes.sourceforge.net/"
+arch=('any')
license=('PSF')
+
depends=('python2' 'python2-lockfile' 'python2-setuptools')
+
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('d06ed6d097911ddc8db31b4e9663df4b')