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

Anatol Pomozov anatolik at archlinux.org
Tue Oct 6 00:25:15 UTC 2020


    Date: Tuesday, October 6, 2020 @ 00:25:15
  Author: anatolik
Revision: 397387

upgpkg: ethtool 1:5.8-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-05 19:58:51 UTC (rev 397386)
+++ PKGBUILD	2020-10-06 00:25:15 UTC (rev 397387)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp <mdkemp at elys.com>
 
 pkgname=ethtool
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -12,9 +12,10 @@
 license=('GPL')
 depends=('glibc' 'libmnl')
 source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('c0c60ed42fed7dcacc196b44d75500c1b811aa93'
+sha1sums=('b16ecf0ede1635f8a8abac9b8db58b831f408f7b'
           'SKIP')
-validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville <linville at kernel.org>
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville <linville at kernel.org>
+              D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek <mkubecek at suse.cz>
 
 build() {
     cd $pkgname-$pkgver
@@ -23,8 +24,8 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+    cd $pkgname-$pkgver
+    make check
 }
 
 package() {



More information about the arch-commits mailing list