[arch-commits] Commit in spambayes/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 5 17:21:31 UTC 2018


    Date: Tuesday, June 5, 2018 @ 17:21:30
  Author: felixonmars
Revision: 340564

archrelease: copy trunk to community-any

Added:
  spambayes/repos/community-any/PKGBUILD
    (from rev 340563, spambayes/trunk/PKGBUILD)
Deleted:
  spambayes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 17:21:16 UTC (rev 340563)
+++ PKGBUILD	2018-06-05 17:21:30 UTC (rev 340564)
@@ -1,21 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-
-pkgname=spambayes
-pkgver=1.1a6
-pkgrel=5
-
-pkgdesc="Bayesian anti-spam classifier written in Python"
-url="http://spambayes.sourceforge.net/"
-arch=('any')
-license=('PSF')
-
-depends=('python2' 'python2-lockfile' 'python2-setuptools')
-
-source=("http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-$pkgver.tar.gz")
-
-md5sums=('d06ed6d097911ddc8db31b4e9663df4b')
-
-package() {
-	cd spambayes-$pkgver
-	python2 setup.py install --root="$pkgdir"
-}

Copied: spambayes/repos/community-any/PKGBUILD (from rev 340563, spambayes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 17:21:30 UTC (rev 340564)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+
+pkgname=spambayes
+pkgver=1.1a6
+pkgrel=6
+
+pkgdesc="Bayesian anti-spam classifier written in Python"
+url="http://spambayes.sourceforge.net/"
+arch=('any')
+license=('PSF')
+
+depends=('python2' 'python2-lockfile' 'python2-setuptools')
+
+source=("http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-$pkgver.tar.gz")
+
+sha512sums=('7b8a6c54e986666064871298e70a04781ff33bddc3274734596ea577860707d61f95408caefd5511f586e285f8d7620d18fe3e6efcbdd0b26a39808abe44e189')
+
+package() {
+	cd spambayes-$pkgver
+	python2 setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list