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

Ionut Biru ibiru at archlinux.org
Sat Jun 9 18:32:33 UTC 2012


    Date: Saturday, June 9, 2012 @ 14:32:33
  Author: ibiru
Revision: 161330

update to 3.4

Modified:
  ethtool/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-09 17:20:37 UTC (rev 161329)
+++ PKGBUILD	2012-06-09 18:32:33 UTC (rev 161330)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp <mdkemp at elys.com>
 
 pkgname=ethtool
-pkgver=3.2
+pkgver=3.4
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,15 +13,15 @@
 license=('GPL')
 depends=('glibc')
 source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('4ed4a9dfd2039aa416176a9c06497b00')
+md5sums=('cc4c4cf3ac086a53cd24f17d426f2b8f')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --mandir=/usr/share/man
+    make
 }
 
 package() {
-    cd "$srcdir/$pkgname-$pkgver"
+    cd $pkgname-$pkgver
     make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list