Skip to content
Snippets Groups Projects
Commit 21f00ccb authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

new upstream release

parent e834bcc3
No related branches found
Tags 2.2.4-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Andrea Zucchelli <zukka77@gmail.com>
pkgname=keepalived
pkgver=2.2.3
pkgver=2.2.4
pkgrel=1
pkgdesc='Failover and monitoring daemon for LVS clusters'
arch=('x86_64')
......@@ -14,18 +14,8 @@ depends=('glibc' 'libnl' 'openssl' 'file' 'iptables' 'systemd-libs')
optdepends=('ipset: ipset support')
makedepends=('libnfnetlink' 'ipset' 'systemd')
options=('!emptydirs')
source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz"
'0001-symlink-genhash.patch')
sha256sums=('8391e511c47c256bce4c93169b924da3d37e3f4d88fadc124fae052dc62f302c'
'5ca0af6e4ce60eb611d9d17801057670685c6a98f0ae43c3f60f68f0efdf0606')
prepare() {
cd $pkgname-$pkgver
patch -Np1 < ../0001-symlink-genhash.patch
autoreconf
}
source=("https://www.keepalived.org/software/$pkgname-$pkgver.tar.gz")
sha256sums=('0138d69087d44beaaa589527f0cfa6885958b320a837147d02b6b7df73ebc1df')
build() {
# trick broken ./configure systemctl test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment