Date: Friday, February 8, 2019 @ 16:10:37
  Author: dreisner
Revision: 345653

upgpkg: kmod 26-1

- add openssl as dependency for new sig-parsing features

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-08 16:09:34 UTC (rev 345652)
+++ PKGBUILD    2019-02-08 16:10:37 UTC (rev 345653)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner <[email protected]>
 
 pkgname=kmod
-pkgver=25
+pkgver=26
 pkgrel=1
 pkgdesc="Linux kernel module management tools and library"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
         "depmod-search.conf")
-md5sums=('34f325cab568f842fdde4f8b2182f220'
+md5sums=('1129c243199bdd7db01b55a61aa19601'
          'SKIP'
          'dd62cbf62bd8f212f51ef8c43bec9a77')
 
@@ -29,7 +29,8 @@
     --sysconfdir=/etc \
     --enable-gtk-doc \
     --with-xz \
-    --with-zlib
+    --with-zlib \
+    --with-openssl
 
   make
 }

Reply via email to