Date: Monday, February 20, 2017 @ 22:53:30 Author: seblu Revision: 213216
upgpkg: keepalived 1.3.4-1 Modified: keepalived/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-20 22:49:36 UTC (rev 213215) +++ PKGBUILD 2017-02-20 22:53:30 UTC (rev 213216) @@ -3,8 +3,8 @@ # Contributor: Andrea Zucchelli <[email protected]> pkgname=keepalived -pkgver=1.3.2 -pkgrel=2 +pkgver=1.3.4 +pkgrel=1 pkgdesc='Failover and monitoring daemon for LVS clusters' arch=('i686' 'x86_64') url='http://www.keepalived.org/' @@ -15,14 +15,14 @@ makedepends=('libnfnetlink' 'ipset' 'systemd') options=('!emptydirs') source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz") -md5sums=('744025d57c7f065c42fe925b0283897e') +md5sums=('b5283fe3f3d03f9866344732961ddf69') build() { - # trick broken ./configure systemctl test - printf "#!/bin/sh\necho -.mount\n" > systemctl - chmod +x systemctl - PATH=$PWD:$PATH - +# # trick broken ./configure systemctl test +# printf "#!/bin/sh\necho -.mount\n" > systemctl +# chmod +x systemctl +# PATH=$PWD:$PATH +# cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin make
