summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4le34n2017-08-08 16:32:04 +1100
committer4le34n2017-08-08 16:32:04 +1100
commit33e3d238c1023ab5311e8a75b1a1e3e88e81eee6 (patch)
tree1fc6ff8a656ed9f54e41f52d3bfb7ab3b427022f /PKGBUILD
parent472192abfd11e3c071282e3af99d87c79ac277d4 (diff)
downloadaur-33e3d238c1023ab5311e8a75b1a1e3e88e81eee6.tar.gz
Update install, add backup to PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67ed230a8022..78cb3aaaa389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=9
+pkgrel=10
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
@@ -14,13 +14,14 @@ depends=('nfdump>=1.6.1'
'php>4.1'
'rrdtool')
optdepends=('apache' 'nginx' 'php-apache' 'php-fpm')
+backup=('etc/nfsen.conf' 'etc/nginx/sites-available/nfsen')
+install='install'
source=("$url/files/stable/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
'nfsen.conf'
'nginx'
'profile.sh'
'service'
'tmpfiles')
-install='install'
prepare() {
cd "$pkgname-$pkgver"