Date: Sunday, February 3, 2013 @ 14:30:37 Author: seblu Revision: 83585
upgpkg: ipvsadm 1.26-6 Modified: ipvsadm/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-03 13:26:31 UTC (rev 83584) +++ PKGBUILD 2013-02-03 13:30:37 UTC (rev 83585) @@ -1,15 +1,15 @@ # $Id$ -# Maintainer: Sébastien Luttringer <[email protected]> +# Maintainer: Sébastien Luttringer <[email protected]> # Contributor: Judd Vinet <[email protected]> pkgname=ipvsadm pkgver=1.26 -pkgrel=5.1 +pkgrel=6 pkgdesc='The IP Virtual Server administration utility' arch=('i686' 'x86_64') url='http://www.linuxvirtualserver.org/software/ipvs.html' license=('GPL2') -depends=('libnl1' 'popt') +depends=('libnl1' 'popt' 'bash') backup=("etc/$pkgname.conf") options=('!makeflags') install=$pkgname.install
