Date: Thursday, June 14, 2012 @ 08:42:15 Author: bluewind Revision: 161795
upgpkg: netcfg 2.8.4-1 upstream update Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-06-14 12:19:13 UTC (rev 161794) +++ PKGBUILD 2012-06-14 12:42:15 UTC (rev 161795) @@ -1,7 +1,7 @@ # Maintainer: Jouke Witteveen <[email protected]> pkgname=netcfg -pkgver=2.8.3 +pkgver=2.8.4 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org/netcfg/" @@ -10,15 +10,16 @@ depends=("coreutils" "dhcpcd" "iproute2") #makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: for the menu based profile and wifi selectors' - 'bridge-utils: for bridge connections' 'wpa_supplicant: for wireless networking support' + 'ifplugd: for automatic wired connections through rc.d/net-auto-wired' 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless' - 'ifplugd: for automatic wired connections through rc.d/net-auto-wired' 'wireless_tools: for interface renaming through net-rename' + 'ifenslave: for bond connections' + 'bridge-utils: for bridge connections' ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz) arch=(any) -md5sums=('96a6bf67cfddf100ea2113be71775289') +md5sums=('048c85094fbb0f99f8598196f9598b55') package() { cd "$srcdir/netcfg-${pkgver}"
