aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel <jsteel@archlinux.org>2016-06-07 15:00:21 +0100
committerJonathan Steel <jsteel@archlinux.org>2016-06-07 15:00:21 +0100
commitc39c145492ad0fa217df8285b5364cafdc236787 (patch)
tree0cf9a10739e16d9b2555c87b08b8bb199f081890 /PKGBUILD
parent424e3203e0a5d7ea31088dca2f7813abc8489979 (diff)
downloadAUR-c39c145492ad0fa217df8285b5364cafdc236787.tar.gz
AUR-c39c145492ad0fa217df8285b5364cafdc236787.tar.zst
AUR-c39c145492ad0fa217df8285b5364cafdc236787.zip
Prepare for 1.0.4 update
Diffstat (limited to 'PKGBUILD')
-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() {