summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2016-05-02 11:37:56 +1000
committerPhillip Smith2016-05-02 11:37:56 +1000
commitc855b69d0c7295399bf38e1df6de51a9a058fbef (patch)
treec0231d932f0d27a14c7fe8b071431b6afc44e27b
parent407bcbc0b2e6fef15d9774e45d408c4ffbfdf099 (diff)
downloadaur-c855b69d0c7295399bf38e1df6de51a9a058fbef.tar.gz
upgpkg: fwlogwatch 1.5-3
fwlogwatch; add missing file to backup()
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef6c5e2568ed..e3813517dc75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 18 22:56:48 UTC 2016
+# Mon May 2 01:37:56 UTC 2016
pkgbase = fwlogwatch
pkgdesc = A packet filter/firewall/IDS log analyzer
pkgver = 1.5
- pkgrel = 2
+ pkgrel = 3
url = http://fwlogwatch.inside-security.de/
arch = i686
arch = x86_64
license = GPL
depends = zlib>=1.0.9
backup = etc/conf.d/fwlogwatch
+ backup = etc/fwlogwatch.config
source = http://fwlogwatch.inside-security.de/sw/fwlogwatch-1.5.tar.gz
source = fwlogwatch
source = fwlogwatch.conf
diff --git a/PKGBUILD b/PKGBUILD
index 01b4aa31ecf5..181208ba7848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,12 @@
pkgname=fwlogwatch
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="A packet filter/firewall/IDS log analyzer"
arch=('i686' 'x86_64')
depends=('zlib>=1.0.9')
-backup=(etc/conf.d/fwlogwatch)
+backup=('etc/conf.d/fwlogwatch'
+ 'etc/fwlogwatch.config')
url="http://fwlogwatch.inside-security.de/"
license=('GPL')
source=("http://fwlogwatch.inside-security.de/sw/$pkgname-$pkgver.tar.gz"