Date: Thursday, August 9, 2012 @ 11:39:54 Author: bluewind Revision: 165043
upgpkg: netcfg 2.8.9-1 upstream update Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-08-09 14:58:00 UTC (rev 165042) +++ PKGBUILD 2012-08-09 15:39:54 UTC (rev 165043) @@ -1,7 +1,7 @@ # Maintainer: Jouke Witteveen <[email protected]> pkgname=netcfg -pkgver=2.8.8 +pkgver=2.8.9 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org/netcfg/" @@ -11,15 +11,15 @@ #makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: for the menu based profile and wifi selectors' '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 net-auto-wired' + 'wpa_actiond: for automatic wireless connections through net-auto-wireless' '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=('e6a3b2588c84048d878367a2f16167eb') +md5sums=('fb6c34ac21b7a8fe121caaa10c2155e6') package() { cd "$srcdir/netcfg-${pkgver}" @@ -29,5 +29,8 @@ # Shell Completion install -D -m644 contrib/bash-completion "$pkgdir/usr/share/bash-completion/completions/netcfg" install -D -m644 contrib/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_netcfg" + + # Compatibility + ln -s netcfg.service "$pkgdir/usr/lib/systemd/system/net-profiles.service" }
