diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-14 21:09:26 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-14 21:09:26 (GMT) |
commit | b96431e7ef2e564879dc1de554d9e36c48f42584 (patch) | |
tree | fb74bb9c23367ecf7eba7ed5675576202fdeeee2 /abs/core/xymon | |
parent | c6c6fc2e7dead82922a926c82ac7655ea0ecd60b (diff) | |
download | linhes_pkgbuild-b96431e7ef2e564879dc1de554d9e36c48f42584.zip linhes_pkgbuild-b96431e7ef2e564879dc1de554d9e36c48f42584.tar.gz linhes_pkgbuild-b96431e7ef2e564879dc1de554d9e36c48f42584.tar.bz2 |
LinHES-system, linhes-scripts,xymon: move find_orphans.py to LinHES-system and update xymon dep.
Diffstat (limited to 'abs/core/xymon')
-rwxr-xr-x | abs/core/xymon/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/xymon/PKGBUILD b/abs/core/xymon/PKGBUILD index a8e2c4b..0c797ee 100755 --- a/abs/core/xymon/PKGBUILD +++ b/abs/core/xymon/PKGBUILD @@ -1,7 +1,7 @@ pkgbase=xymon pkgname=(xymonserver xymonclient) pkgver=4.3.5 -pkgrel=48 +pkgrel=49 pkgdesc="Hobbit is a system for monitoring servers and networks. " license="GPL" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.xymon.com/" source=(http://hivelocity.dl.sourceforge.net/project/xymon/Xymon/4.3.5/xymon-4.3.5.tar.gz hobbitadd.py xymon_ghost_check graph.cfg.diff xymonserver.cfg.diff tasks.d.mv clientlaunch.cfg.patch hobbitstorage.py hbnotes.py hobbit-myth-orphan.sh analysis.cfg hbfunc.py be.png tuner.png tv.png hobbit-mem-myth.sh hobbit_notify.sh alerts.cfg hobbit_myth_data.py logrotate-server.xymon logrotate-client.xymon log_list.sh client-local.cfg.patch led_themes.tar.gz xymon-server.rules hosts.cfg.patch) -depends=(rrdtool fping pcre python2 graphviz 'linhes-scripts>=7-24') +depends=('rrdtool' 'fping' 'pcre' 'python2' 'graphviz' 'LinHES-system>=8.0-5') install=xymon.install |