Date: Wednesday, July 20, 2016 @ 15:30:24
  Author: dreisner
Revision: 272073

upgpkg: kmod 23-1

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-20 15:21:11 UTC (rev 272072)
+++ PKGBUILD    2016-07-20 15:30:24 UTC (rev 272073)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner <dreis...@archlinux.org>
 
 pkgname=kmod
-pkgver=22
+pkgver=23
 pkgrel=1
 pkgdesc="Linux kernel module management tools and library"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('glibc' 'zlib' 'xz')
 makedepends=('gtk-doc')
-checkdepends=('linux-headers')
+checkdepends=('linux-headers' 'libelf')
 options=('strip' 'debug')
 provides=('module-init-tools=3.16' 'libkmod.so')
 conflicts=('module-init-tools')
@@ -18,7 +18,7 @@
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
         "depmod-search.conf")
-md5sums=('4371b847f3fbfaa4e9aa890ad616748f'
+md5sums=('3cf469f40ec2ed51f56ba45ea03793e7'
          'SKIP'
          'dd62cbf62bd8f212f51ef8c43bec9a77')
 

Reply via email to