Date: Monday, August 8, 2011 @ 18:39:36 Author: remy Revision: 134909
Revert corepkg action. Modified: netcfg/repos/core-any/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-08 22:34:25 UTC (rev 134908) +++ PKGBUILD 2011-08-08 22:39:36 UTC (rev 134909) @@ -3,7 +3,7 @@ # Contributor: James Rayner <[email protected]> pkgname=netcfg -pkgver=2.6.7 +pkgver=2.6.6 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" @@ -11,7 +11,6 @@ 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' @@ -20,7 +19,7 @@ ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) arch=(any) -md5sums=('ee44d3b1122d49d17369994a3ab94573') +md5sums=('b81e0ced63ea3be94190cd290bb94425') package() { cd "$srcdir/netcfg-${pkgver}"
