summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduard Kracmar2016-11-20 21:43:32 +0100
committerEduard Kracmar2016-11-20 21:43:32 +0100
commit24a929060a784dd482251877fefd53a61342ddce (patch)
tree9de456ee890ce477a17a9f1b3513873da80d8e14
parent3fb45fb987781757386a7dc93f02e571db112135 (diff)
downloadaur-24a929060a784dd482251877fefd53a61342ddce.tar.gz
v3.6.2 rel2, added backup files and updated checksums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cee6942339d5..63397d70ac71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = mmonit
pkgdesc = Easy, proactive monitoring of Unix systems, network and cloud services. Conduct automatic maintenance and recovery and execute meaningful causal actions in error situations.
pkgver = 3.6.2
- pkgrel = 1
+ pkgrel = 2
url = http://mmonit.com/
arch = x86_64
license = Commercial
+ backup = opt/mmonit/conf/server.xml
+ backup = opt/mmonit/conf/web.xml
source = https://mmonit.com/dist/mmonit-3.6.2-linux-x64.tar.gz
source = mmonit.service
- sha256sums = 8bb04d102af936dd0ebae6fe24d1638ad67c0c4c5819685d6686d714cd1f18c8
+ sha256sums = 3a1626cd55a590948eb0f09f04726892eb55b105a0954c8df92987cc1c11adda
sha256sums = 9a4edf62ef3da3af1e3dcfebd7b3bb3f96e81c5a9767021f0e4ed775f2dbb469
pkgname = mmonit
diff --git a/PKGBUILD b/PKGBUILD
index e4782eb971c9..0bb3209c9e5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mmonit
pkgver=3.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Easy, proactive monitoring of Unix systems, network and cloud services. Conduct automatic maintenance and recovery and execute meaningful causal actions in error situations."
arch=('x86_64')
url="http://mmonit.com/"
@@ -11,6 +11,7 @@ license=('Commercial')
#depends=('openssl')
source=(https://mmonit.com/dist/$pkgname-$pkgver-linux-x64.tar.gz \
mmonit.service)
+backup=('opt/mmonit/conf/server.xml' 'opt/mmonit/conf/web.xml')
package() {
mkdir -p $pkgdir/opt/$pkgname || return 1
@@ -18,5 +19,5 @@ package() {
install -D -m644 ${srcdir}/$pkgname.service ${pkgdir}/usr/lib/systemd/system/$pkgname.service
}
-sha256sums=('8bb04d102af936dd0ebae6fe24d1638ad67c0c4c5819685d6686d714cd1f18c8'
+sha256sums=('3a1626cd55a590948eb0f09f04726892eb55b105a0954c8df92987cc1c11adda'
'9a4edf62ef3da3af1e3dcfebd7b3bb3f96e81c5a9767021f0e4ed775f2dbb469')