summaryrefslogtreecommitdiff
path: root/extra/ethtool/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ethtool/PKGBUILD')
-rw-r--r--extra/ethtool/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD
index 02c404210..fb8437925 100644
--- a/extra/ethtool/PKGBUILD
+++ b/extra/ethtool/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 127195 2011-06-11 08:04:12Z ibiru $
+# $Id: PKGBUILD 134800 2011-08-07 20:06:54Z ibiru $
# Maintainer: Paul Mattal <paul@archlinux.org>
# Contributer: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
-pkgver=2.6.39
+pkgver=3.0
pkgrel=1
epoch=1
-pkgdesc="gkernel ethtool"
-arch=(i686 x86_64)
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('i686' 'x86_64')
url="http://www.kernel.org/pub/software/network/ethtool/"
license=('GPL')
depends=('glibc')
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('97211a1e3a496bc3bd0b75849d0fbae9')
+md5sums=('cb129398cbbf39859901b55ecac101da')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"