summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb17338e9b4..dfd1b85283f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = nagios
pkgdesc = Nagios is an open source host, service and network monitoring program.
pkgver = 4.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.nagios.org
install = nagios.install
arch = i686
arch = x86_64
license = GPL
+ makedepends = unzip
depends = gd
depends = freetype2
depends = libtool
diff --git a/PKGBUILD b/PKGBUILD
index 86b76c8e8623..0120910a6479 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=nagios
pkgver=4.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Nagios is an open source host, service and network monitoring program."
license=('GPL')
arch=('i686' 'x86_64')
url="http://www.nagios.org"
depends=('gd' 'freetype2' 'libtool' 'glib2')
+makedepends=('unzip')
optdepends=('monitoring-plugins: a bundle of standard plugins')
source=("http://downloads.sourceforge.net/nagios/$pkgname-$pkgver.tar.gz"
"nagios.install"