[arch-commits] Commit in fail2ban/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 26 23:31:44 UTC 2017


    Date: Saturday, August 26, 2017 @ 23:31:43
  Author: felixonmars
Revision: 254618

upgpkg: fail2ban 0.10.0-1

Modified:
  fail2ban/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-26 23:27:24 UTC (rev 254617)
+++ PKGBUILD	2017-08-26 23:31:43 UTC (rev 254618)
@@ -6,7 +6,7 @@
 # Contributor: nbags <neilbags at gmail.com>
 
 pkgname=fail2ban
-pkgver=0.9.7
+pkgver=0.10.0
 pkgrel=1
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
@@ -14,12 +14,12 @@
 arch=('any')
 depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
 makedepends=('python-setuptools')
-checkdepends=('python-setuptools' 'python-coverage')
+checkdepends=('python-coverage')
 backup=(etc/fail2ban/fail2ban.conf
         etc/fail2ban/jail.conf
         etc/logrotate.d/fail2ban)
 source=($pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz)
-sha512sums=('2c28f892e882f1c7d9bc33d16e1f469f65aa198a1dd9fe409367cd857006d7b7e6e4c88f1075f726f8b3e268da5a422d9fae0ebe12457016d814e2b8eea2465a')
+sha512sums=('4906d54a761a6f053928613f091b3228c28f9d1dc2f24a3f1f6904f8141ef811a394692b8808e810524e73ecbf2f40b5da827c7fb05e8aefdf1d783abf88781f')
 
 check() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list