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

Christian Hesse eworm at archlinux.org
Thu Jan 7 19:54:30 UTC 2021


    Date: Thursday, January 7, 2021 @ 19:54:29
  Author: eworm
Revision: 405701

upgpkg: kmod 28-1: new upstream release

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-07 18:58:17 UTC (rev 405700)
+++ PKGBUILD	2021-01-07 19:54:29 UTC (rev 405701)
@@ -1,14 +1,13 @@
 # Maintainer: Dave Reisner <dreisner at archlinux.org>
 
 pkgname=kmod
-pkgver=27
-pkgrel=2
+pkgver=28
+pkgrel=1
 pkgdesc="Linux kernel module management tools and library"
 arch=('x86_64')
 url='https://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
 license=('GPL2')
-depends=('glibc' 'zlib' 'openssl' 'xz')
-makedepends=('gtk-doc')
+depends=('glibc' 'zlib' 'openssl' 'xz' 'zstd')
 checkdepends=('linux-headers' 'libelf')
 options=('strip' 'debug')
 provides=('module-init-tools=3.16' 'libkmod.so')
@@ -18,7 +17,7 @@
 source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
         'depmod-search.conf'
         'depmod.hook' 'depmod.script')
-md5sums=('3973a74786670d3062d89a827e266581'
+md5sums=('0a2b887b1b3dfb8c0b3f41f598203e56'
          'SKIP'
          'dd62cbf62bd8f212f51ef8c43bec9a77'
          'e179ace75721e92b04b2e145b69dab29'
@@ -29,9 +28,9 @@
 
   ./configure \
     --sysconfdir=/etc \
-    --enable-gtk-doc \
     --with-xz \
     --with-zlib \
+    --with-zstd \
     --with-openssl
 
   make



More information about the arch-commits mailing list