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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Jun 26 09:07:34 UTC 2014


    Date: Thursday, June 26, 2014 @ 11:07:33
  Author: bpiotrowski
Revision: 113586

upgpkg: fail2ban 0.9.0-4

add missing sqlite dependency (FS#40589)

Modified:
  fail2ban/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-26 08:58:19 UTC (rev 113585)
+++ PKGBUILD	2014-06-26 09:07:33 UTC (rev 113586)
@@ -6,12 +6,12 @@
 
 pkgname=fail2ban
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Bans IPs after too many failed authentication attempts'
 url='http://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
-depends=('python' 'iptables' 'python-pyinotify' 'whois')
+depends=('python' 'iptables' 'python-pyinotify' 'whois' 'sqlite')
 backup=(etc/fail2ban/fail2ban.conf)
 install=fail2ban.install
 source=(https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz




More information about the arch-commits mailing list