diff options
author | root <root@rshg054.dnsready.net> | 2011-12-06 23:14:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-06 23:14:44 +0000 |
commit | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (patch) | |
tree | 09d9025934fe06bd25753f98cf2eab3140456cc3 /extra/ethtool | |
parent | 55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff) |
Tue Dec 6 23:14:44 UTC 2011
Diffstat (limited to 'extra/ethtool')
-rw-r--r-- | extra/ethtool/PKGBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index 67aef973b..2d8745120 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 144039 2011-12-02 20:49:22Z ibiru $ +# $Id: PKGBUILD 144425 2011-12-05 19:20:31Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> @@ -12,10 +12,8 @@ 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) -source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) - -md5sums=('83a538a864b50549b7e4c79e7dd69849') +source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('dd0a93a70784fdeb2c3e699b3c709e8a') build() { cd "$srcdir/$pkgname-$pkgver" |