diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-07 17:31:10 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-07 17:31:10 +0100 |
commit | 0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (patch) | |
tree | a01dc4371165970aa77e40aaaf74ba1eae8daf47 /extra/ethtool | |
parent | 1ac5165814a8df7108dae57ebb527efd21873461 (diff) | |
parent | d8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/busybox/PKGBUILD
community/glpng/PKGBUILD
community/hercules/PKGBUILD
community/libnetfilter_acct/PKGBUILD
community/libvirt/PKGBUILD
extra/crypto++/PKGBUILD
extra/hexedit/PKGBUILD
extra/kdesdk-kate/PKGBUILD
extra/kdesdk/PKGBUILD
extra/libmp3splt/PKGBUILD
extra/ntfs-3g_ntfsprogs/PKGBUILD
extra/opencv/PKGBUILD
extra/qemu-kvm/PKGBUILD
extra/xf86-input-wacom/PKGBUILD
extra/xfce4-eyes-plugin/PKGBUILD
extra/xfdesktop/PKGBUILD
Diffstat (limited to 'extra/ethtool')
-rw-r--r-- | extra/ethtool/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD index 549a5c6ba..93326438f 100644 --- a/extra/ethtool/PKGBUILD +++ b/extra/ethtool/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175975 2013-01-25 14:44:35Z ioni $ +# $Id: PKGBUILD 179514 2013-03-05 18:49:59Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Martin Kemp <mdkemp@elys.com> pkgname=ethtool -pkgver=3.7 +pkgver=3.8 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,7 +13,7 @@ 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=('f16c8416e6ec917e5753918dc23a60bd') +md5sums=('7ae96870bc4f9b43f666650ae30f2685') build() { cd $pkgname-$pkgver |