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

Anatol Pomozov anatolik at archlinux.org
Wed Oct 8 15:20:38 UTC 2014


    Date: Wednesday, October 8, 2014 @ 17:20:38
  Author: anatolik
Revision: 224087

upgpkg: ethtool 1:3.16-1

Modified:
  ethtool/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-08 15:06:13 UTC (rev 224086)
+++ PKGBUILD	2014-10-08 15:20:38 UTC (rev 224087)
@@ -4,7 +4,7 @@
 # Contributor: Martin Kemp <mdkemp at elys.com>
 
 pkgname=ethtool
-pkgver=3.13
+pkgver=3.16
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('glibc')
 source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('dcb8f345d44ee79108282e7d0bdf5013')
+md5sums=('7eee202accb86104adc8463a36a1a468')
 
 build() {
     cd $pkgname-$pkgver
@@ -22,6 +22,11 @@
     make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
     cd $pkgname-$pkgver
     make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list