[arch-commits] Commit in ethtool/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Wed Oct 5 20:19:27 UTC 2016
Date: Wednesday, October 5, 2016 @ 20:19:27
Author: anatolik
Revision: 277781
upgpkg: ethtool 1:4.8-1
Modified:
ethtool/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-05 18:50:41 UTC (rev 277780)
+++ PKGBUILD 2016-10-05 20:19:27 UTC (rev 277781)
@@ -4,7 +4,7 @@
# Contributor: Martin Kemp <mdkemp at elys.com>
pkgname=ethtool
-pkgver=4.6
+pkgver=4.8
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,14 +13,13 @@
license=('GPL')
depends=('glibc')
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-md5sums=('1492f173bb0157e91d60157fc6369b33'
- 'SKIP')
-validpgpkeys=(AC2B29BD34A6AFDDB3F68F35E7BFC8EC95861109) # Ben Hutchings <bwh at kernel.org>
+sha1sums=('db82313f212aa1e1b8f5f892f25a9883bea26b9f'
+ 'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806) # John W. Linville <linville at kernel.org>
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share/man \
- --sbindir=/usr/bin
+ ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
make
}
More information about the arch-commits
mailing list