diff options
Diffstat (limited to 'extra/ethtool/PKGBUILD')
-rw-r--r-- | extra/ethtool/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index 93326438f..83413fc07 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 179514 2013-03-05 18:49:59Z ioni $ +# $Id: PKGBUILD 185537 2013-05-14 20:42:07Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.8 +pkgver=3.9 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,11 +13,12 @@ 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.xz) -md5sums=('7ae96870bc4f9b43f666650ae30f2685') +md5sums=('5777759e85b3323917c6cc9327f5d99c') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --mandir=/usr/share/man + ./configure --prefix=/usr --mandir=/usr/share/man \ + --sbindir=/usr/bin make } |