summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Rabenseifner2016-06-08 11:27:57 +0200
committerMalte Rabenseifner2016-06-08 11:27:57 +0200
commit03b1462996db17240312f462ef4b6cb3d4fc55a4 (patch)
tree3e693641f1e7f238f1c71fcdcc6080a880e9f416
parentf46c18de63081847f89f900eada3be92e6ca7b82 (diff)
downloadaur-03b1462996db17240312f462ef4b6cb3d4fc55a4.tar.gz
Fix small issues in PKGBUILD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b92509c9ca5..1deb1c3274f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jun 8 09:25:33 UTC 2016
pkgbase = icinga2-git
- pkgdesc = An open source host, service and network monitoring program.
- pkgver = r5499.8fa39c3
+ pkgdesc = An open source host, service and network monitoring program
+ pkgver = r7325.899592c
pkgrel = 1
url = http://www.icinga.org
install = icinga2-git.install
@@ -12,7 +14,6 @@ pkgbase = icinga2-git
makedepends = git
makedepends = libmariadbclient
makedepends = postgresql-libs
- makedepends = yajl
depends = boost-libs
depends = yajl
optdepends = monitoring-plugins: plugins needed for icinga checks
@@ -28,7 +29,6 @@ pkgbase = icinga2-git
backup = etc/icinga2/features-available/debuglog.conf
backup = etc/icinga2/features-available/gelf.conf
backup = etc/icinga2/features-available/graphite.conf
- backup = etc/icinga2/features-available/icingastatus.conf
backup = etc/icinga2/features-available/ido-mysql.conf
backup = etc/icinga2/features-available/ido-pgsql.conf
backup = etc/icinga2/features-available/livestatus.conf
diff --git a/PKGBUILD b/PKGBUILD
index 4c6f1e7bfdcf..5b37b39b8797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icinga2-git
_pkgname=icinga2
-pkgver=r5499.8fa39c3
+pkgver=r7325.899592c
pkgrel=1
-pkgdesc="An open source host, service and network monitoring program."
+pkgdesc="An open source host, service and network monitoring program"
arch=('i686' 'x86_64')
url="http://www.icinga.org"
license=('GPL')
depends=('boost-libs' 'yajl')
-makedepends=('boost' 'cmake' 'git' 'libmariadbclient' 'postgresql-libs' 'yajl')
+makedepends=('boost' 'cmake' 'git' 'libmariadbclient' 'postgresql-libs')
optdepends=('monitoring-plugins: plugins needed for icinga checks'
'libmariadbclient: for MySQL support'
'postgresql-libs: for PostgreSQL support')
@@ -16,7 +16,7 @@ provides=('icinga2')
conflicts=('icinga2')
backup=(etc/default/icinga2
etc/icinga2/features-available/{api,checker,command,compatlog}.conf
- etc/icinga2/features-available/{debuglog,gelf,graphite,icingastatus}.conf
+ etc/icinga2/features-available/{debuglog,gelf,graphite}.conf
etc/icinga2/features-available/{ido-mysql,ido-pgsql,livestatus,mainlog}.conf
etc/icinga2/features-available/{notification,perfdata,statusdata,syslog}.conf
etc/icinga2/{constants,icinga2,init,zones}.conf