diff options
author | Jonathan Steel <jsteel@archlinux.org> | 2016-06-07 15:00:21 +0100 |
---|---|---|
committer | Jonathan Steel <jsteel@archlinux.org> | 2016-06-07 15:00:21 +0100 |
commit | c39c145492ad0fa217df8285b5364cafdc236787 (patch) | |
tree | 0cf9a10739e16d9b2555c87b08b8bb199f081890 | |
parent | 424e3203e0a5d7ea31088dca2f7813abc8489979 (diff) | |
download | AUR-c39c145492ad0fa217df8285b5364cafdc236787.tar.gz AUR-c39c145492ad0fa217df8285b5364cafdc236787.tar.zst AUR-c39c145492ad0fa217df8285b5364cafdc236787.zip |
Prepare for 1.0.4 update
-rw-r--r-- | PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,23 +2,23 @@ | |||
2 | 2 | ||
3 | pkgbase=naemon | 3 | pkgbase=naemon |
4 | pkgname=('naemon-core' 'naemon-livestatus' 'naemon-thruk') | 4 | pkgname=('naemon-core' 'naemon-livestatus' 'naemon-thruk') |
5 | pkgver=1.0.3 | 5 | pkgver=1.0.4 |
6 | pkgrel=2 | 6 | pkgrel=1 |
7 | arch=('i686' 'x86_64') | 7 | arch=('i686' 'x86_64') |
8 | url="http://naemon.org" | 8 | url="http://naemon.org" |
9 | license=('GPL2') | 9 | license=('GPL2') |
10 | makedepends=('gperf' 'rsync' 'gd' 'mariadb-clients') | 10 | makedepends=('gperf' 'rsync' 'gd' 'mariadb-clients' 'help2man') |
11 | source=(http://labs.consol.de/naemon/release/v$pkgver/src/$pkgbase-$pkgver.tar.gz | 11 | source=(http://labs.consol.de/naemon/release/v$pkgver/src/$pkgbase-$pkgver.tar.gz |
12 | $pkgbase.service) | 12 | $pkgbase.service) |
13 | md5sums=('0d6873669bd44375978c97174529e258' | 13 | md5sums=('f0d5b8ce43debf78e82994c7ad995d57' |
14 | 'd6a77534e612e8f65ff3360336faec77') | 14 | 'd6a77534e612e8f65ff3360336faec77') |
15 | 15 | ||
16 | prepare() { | 16 | prepare() { |
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 | ||
24 | build() { | 24 | build() { |