From 8996dd88e696bae485c13257572e2f38f5633251 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Sep 2013 01:42:57 -0700 Subject: Fri Sep 13 01:42:32 PDT 2013 --- community/ipvsadm/PKGBUILD | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'community/ipvsadm/PKGBUILD') diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD index e34683321..df129e8de 100644 --- a/community/ipvsadm/PKGBUILD +++ b/community/ipvsadm/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90518 2013-05-12 23:51:34Z seblu $ +# $Id: PKGBUILD 97090 2013-09-12 12:47:32Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Judd Vinet pkgname=ipvsadm -pkgver=1.26 -pkgrel=8 +pkgver=1.27 +pkgrel=1 pkgdesc='The IP Virtual Server administration utility' arch=('i686' 'x86_64') url='http://www.linuxvirtualserver.org/software/ipvs.html' @@ -13,18 +13,17 @@ depends=('libnl1' 'popt' 'bash') backup=("etc/$pkgname.conf") options=('!makeflags') install=$pkgname.install -source=("http://www.linuxvirtualserver.org/software/kernel-2.6/$pkgname-$pkgver.tar.gz" +source=("https://kernel.org/pub/linux/utils/kernel/ipvsadm/$pkgname-$pkgver.tar.xz" "$pkgname.systemd" - "$pkgname.service" - '01-fix-not-showing-all-server.patch') -md5sums=('eac3ba3f62cd4dea2da353aeddd353a8' - 'b45ef25d384a7a68b51ff80d0fe81dd2' - 'dc87684064f85b64c1e79c1eac336303' - 'e9fb77d2fbe2d3f41d60257316338543') + "$pkgname.service") +# upstream provides sha256sums of release +sha256sums=('d360fb4dcf591e0a8a918831e2c02b1dc03e3c17ee1e60d0d70de9455238b3f8' + '4960ea254128347b03665d51817f29cb643cf2ebca13f5f46649257552ad3ceb' + '25506d07f412cccab6f2f3a2a1900d5eeda27bc58602d14f44910c4e036b5341') -prepare() { - patch -p1 -d $pkgname-$pkgver < 01-fix-not-showing-all-server.patch -} +#prepare() { + #patch -p1 -d $pkgname-$pkgver < 01-fix-not-showing-all-server.patch +#} build() { cd $pkgname-$pkgver -- cgit v1.2.3-54-g00ecf