summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWabuo2016-03-05 17:30:20 +0100
committerWabuo2016-03-05 17:30:20 +0100
commit3cc00f4c059478a04814815b9e54cb97876a96a4 (patch)
tree4e908ec4fc672af7166ee7bd2a53e824131f5b2e
parentefbc84b7933b51ef54d59afb79b4b1631e279a25 (diff)
downloadaur-3cc00f4c059478a04814815b9e54cb97876a96a4.tar.gz
added backup=()
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104c290dbb32..af65798a975b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 16:08:58 UTC 2016
+# Sat Mar 5 16:29:31 UTC 2016
pkgbase = hiawatha-monitor
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.
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://www.hiawatha-webserver.org/monitor
install = hiawatha-monitor.install
arch = any
license = custom
+ backup = usr/share/webapps/hiawatha-monitor/settings
+ backup = usr/share/webapps/hiawatha-monitor/database
source = https://www.hiawatha-webserver.org/files/monitor-1.4.tar.gz
source = https://raw.githubusercontent.com/hsleisink/monitor/master/LICENSE
source = https://raw.githubusercontent.com/Wabuo/PKGBUILD/master/hiawatha-monitor/hiawatha_monitor.conf
diff --git a/PKGBUILD b/PKGBUILD
index 0b490f760e23..cf6ddf7ac4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=hiawatha-monitor
pkgver=1.4
-pkgrel=1
+pkgrel=2
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')
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'