diff options
-rw-r--r-- | libre/bogofilter/PKGBUILD | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/libre/bogofilter/PKGBUILD b/libre/bogofilter/PKGBUILD index 2c7a097b5..22eb8a69d 100644 --- a/libre/bogofilter/PKGBUILD +++ b/libre/bogofilter/PKGBUILD @@ -1,4 +1,3 @@ -# $Id$ # Maintainer (Arch): AndyRTR <andyrtr@archlinux.org> # Contributor (Arch): tobias <tobias@archlinux.org> # Contributor (Arch): Low Kian Seong <fastmail_low@speedymail.org> @@ -11,11 +10,13 @@ pkgname=bogofilter pkgver=1.2.4 -pkgrel=3.parabola2 +pkgrel=4 +pkgrel+=.par1 pkgdesc="A fast Bayesian spam filtering tool, without noncommercial files" _srcrel=1 # increment this to rebuild the sourceball without bumping pkgver pkgdesc="A fast Bayesian spam filtering tool" -arch=('i686' 'x86_64' 'armv7h') +arch=('x86_64') +arch+=('i686' 'armv7h') license=('GPL3') url="http://bogofilter.sourceforge.net" depends=('db' 'perl' 'gsl') # 'sqlite' @@ -23,14 +24,14 @@ makedepends=('valgrind' 'xmlto') backup=('etc/bogofilter/bogofilter.cf') source=(https://repo.parabola.nu/other/bogofilter-libre/${pkgname}-${pkgver}-libre${_srcrel}.tar.gz bogofilter-1.2.4-test-env.patch) -md5sums=('6e2982e7f6dae9b8f3ef2b4e05f6c3df' - 'd01f23755ee9b4f5807b9feefea0b42d') +sha256sums=('6637eb34f41f99b1c1caf839589896ef0070f2063ad5fe2b3a849be08f64310e' + 'e24638d2187074f48cfc19e1146b5f5b37167fa3c6576e2f8920295414fbfe0c') replaces=(bogofilter-libre) conflicts=(bogofilter-libre) -mksource=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2) -mkmd5sums=('d0a5eebb3274b23ceabe766a6443a1c5') +mksource=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2) +mksha256sums=('e10287a58d135feaea26880ce7d4b9fa2841fb114a2154bf7da8da98aab0a6b4') mksource() { # Several of the documentation files are nonfree rm "${srcdir}/${pkgname}-${pkgver}"/doc/bogofilter-SA-{2005-0{1,2},2010-01} |