Date: Saturday, January 30, 2010 @ 18:34:07 Author: james Revision: 66378
Merged revisions 66376 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/netcfg/trunk ........ r66376 | james | 2010-01-31 10:33:05 +1100 (Sun, 31 Jan 2010) | 2 lines new netcfg release 2.5.0 ........ Modified: netcfg/repos/testing-any/ (properties) netcfg/repos/testing-any/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Property changes on: netcfg/repos/testing-any ___________________________________________________________________ Modified: svnmerge-integrated - /netcfg/trunk:1-62074 + /netcfg/trunk:1-66376 Modified: testing-any/PKGBUILD =================================================================== --- testing-any/PKGBUILD 2010-01-30 23:33:37 UTC (rev 66377) +++ testing-any/PKGBUILD 2010-01-30 23:34:07 UTC (rev 66378) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: James Rayner <[email protected]> pkgname=netcfg -pkgver=2.5.0rc2 +pkgver=2.5.0 pkgrel=1 pkgdesc="Network configuration and profile scripts" url="http://archlinux.org" @@ -11,17 +11,16 @@ optdepends=('dialog: Required for menu based profile selector' '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) +source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.gz) arch=(any) build() { - cd $srcdir/netcfg-$pkgver + cd $srcdir/netcfg-${pkgver} make DESTDIR=$pkgdir install install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE ln -s /usr/lib/network/connections/wireless $pkgdir/usr/lib/network/connections/wireless-dbus ln -s /usr/bin/netcfg2 $pkgdir/usr/bin/netcfg } - -md5sums=('94fdf0ccfa8f47cc095a0c0fb4f55846') +md5sums=('a970d50c483671b2232d4d9900b57899')
