[arch-commits] Commit in netcfg/trunk (PKGBUILD)

James Rayner james at archlinux.org
Sat Jan 30 23:33:05 UTC 2010


    Date: Saturday, January 30, 2010 @ 18:33:05
  Author: james
Revision: 66376

new netcfg release 2.5.0

Modified:
  netcfg/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-30 23:32:44 UTC (rev 66375)
+++ PKGBUILD	2010-01-30 23:33:05 UTC (rev 66376)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: James Rayner <james at archlinux.org>
 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')




More information about the arch-commits mailing list