summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWabuo2016-03-05 17:44:11 +0100
committerWabuo2016-03-05 17:44:11 +0100
commitd9813421928c5175425ec13d4b47d9e4a5e16379 (patch)
treee06819fb5c48a831f62a0282d676b5c4b152ccc2
parent3cc00f4c059478a04814815b9e54cb97876a96a4 (diff)
downloadaur-d9813421928c5175425ec13d4b47d9e4a5e16379.tar.gz
fixed backup=()
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf6ddf7ac4e6..dce38ad505d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=hiawatha-monitor
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="The Hiawatha Monitor is a monitoring tool for the Hiawatha webserver. It can be used to keep track of the performance and security of all your Hiawatha webservers via one single interface."
arch=('any')
url="https://www.hiawatha-webserver.org/monitor"
license=('custom')
-backup=('usr/share/webapps/hiawatha-monitor/settings'
- 'usr/share/webapps/hiawatha-monitor/database')
+backup=('usr/share/webapps/hiawatha-monitor/settings/private_pages.conf'
+ 'usr/share/webapps/hiawatha-monitor/settings/public_pages.conf'
+ 'usr/share/webapps/hiawatha-monitor/settings/website.conf'
+ 'usr/share/webapps/hiawatha-monitor/database/mysql.sql')
source=("https://www.hiawatha-webserver.org/files/monitor-${pkgver}.tar.gz"
'https://raw.githubusercontent.com/hsleisink/monitor/master/LICENSE'
'https://raw.githubusercontent.com/Wabuo/PKGBUILD/master/hiawatha-monitor/hiawatha_monitor.conf'