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

Anatol Pomozov anatolik at archlinux.org
Fri May 15 18:29:19 UTC 2020


    Date: Friday, May 15, 2020 @ 18:29:18
  Author: anatolik
Revision: 383712

upgpkg: ethtool 1:5.6-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 18:26:04 UTC (rev 383711)
+++ PKGBUILD	2020-05-15 18:29:18 UTC (rev 383712)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp <mdkemp at elys.com>
 
 pkgname=ethtool
-pkgver=5.4
+pkgver=5.6
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -10,9 +10,9 @@
 arch=('x86_64')
 url="https://www.kernel.org/pub/software/network/ethtool/"
 license=('GPL')
-depends=('glibc')
+depends=('glibc' 'libmnl')
 source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('67113d5adf08ec0cb2a3cb3b5de63280de6f7f3b'
+sha1sums=('7469d4e2c2d284e472307d1f1988bb668904f516'
           'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville <linville at kernel.org>
 



More information about the arch-commits mailing list