aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84e901b..92d0224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,23 @@
2 2
3pkgbase=naemon 3pkgbase=naemon
4pkgname=('naemon-core' 'naemon-livestatus' 'naemon-thruk') 4pkgname=('naemon-core' 'naemon-livestatus' 'naemon-thruk')
5pkgver=1.0.3 5pkgver=1.0.4
6pkgrel=2 6pkgrel=1
7arch=('i686' 'x86_64') 7arch=('i686' 'x86_64')
8url="http://naemon.org" 8url="http://naemon.org"
9license=('GPL2') 9license=('GPL2')
10makedepends=('gperf' 'rsync' 'gd' 'mariadb-clients') 10makedepends=('gperf' 'rsync' 'gd' 'mariadb-clients' 'help2man')
11source=(http://labs.consol.de/naemon/release/v$pkgver/src/$pkgbase-$pkgver.tar.gz 11source=(http://labs.consol.de/naemon/release/v$pkgver/src/$pkgbase-$pkgver.tar.gz
12 $pkgbase.service) 12 $pkgbase.service)
13md5sums=('0d6873669bd44375978c97174529e258' 13md5sums=('f0d5b8ce43debf78e82994c7ad995d57'
14 'd6a77534e612e8f65ff3360336faec77') 14 'd6a77534e612e8f65ff3360336faec77')
15 15
16prepare() { 16prepare() {
17 cd $pkgbase-$pkgver 17 cd $pkgbase-$pkgver
18 18
19 # Break up the install process so we can package the separate components 19 # Break up the install process so we can package the separate components
20 sed -i '60iinstall-livestatus:' Makefile 20 sed -i '51iinstall-livestatus:' Makefile
21 sed -i '62iinstall-thruk:' Makefile 21 sed -i '53iinstall-thruk:' Makefile
22} 22}
23 23
24build() { 24build() {