Date: Monday, August 8, 2011 @ 18:29:02 Author: remy Revision: 134906
upgpkg: netcfg 2.6.7-1 Big fix release Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-08 20:05:54 UTC (rev 134905) +++ PKGBUILD 2011-08-08 22:29:02 UTC (rev 134906) @@ -3,7 +3,7 @@ # Contributor: James Rayner <[email protected]> pkgname=netcfg -pkgver=2.6.6 +pkgver=2.6.7 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" @@ -11,6 +11,7 @@ backup=(etc/iftab etc/conf.d/netcfg) depends=("coreutils" "dhcpcd>=4.0" "iproute2") optdepends=('dialog: Required for menu based profile selector' + 'bridge-utils: To set up bridge connections' 'wpa_supplicant: required for wireless network support' 'wpa_actiond: Required for automatic wireless connection with rc.d/net-auto-wireless' 'ifplugd: Required for automatic wired connection with rc.d/net-auto-wired' @@ -19,7 +20,7 @@ ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) arch=(any) -md5sums=('b81e0ced63ea3be94190cd290bb94425') +md5sums=('ee44d3b1122d49d17369994a3ab94573') package() { cd "$srcdir/netcfg-${pkgver}"
