Date: Sunday, May 22, 2011 @ 16:47:30 Author: remy Revision: 124533 New version 2.5.5
Modified: netcfg/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-05-22 20:15:05 UTC (rev 124532) +++ PKGBUILD 2011-05-22 20:47:30 UTC (rev 124533) @@ -1,7 +1,8 @@ # $Id$ # Maintainer: James Rayner <[email protected]> + pkgname=netcfg -pkgver=2.5.4 +pkgver=2.5.5 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" @@ -12,10 +13,10 @@ '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') source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) - arch=(any) +md5sums=('6e98bae291eb206d92f9a92bbab8fe80') -build() { +package() { cd $srcdir/netcfg-${pkgver} make DESTDIR=$pkgdir install @@ -24,4 +25,3 @@ ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg } -md5sums=('7eb254f04a2d27884d896a2b91fc6991')
