[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

Sébastien Luttringer seblu at archlinux.org
Sat Mar 12 18:46:53 UTC 2016


    Date: Saturday, March 12, 2016 @ 19:46:53
  Author: seblu
Revision: 261385

upgpkg: dkms 2.2.0.3+git151023-8

- fix incorrect module version when calling dkms

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

----------+
 PKGBUILD |    4 ++--
 hook.sh  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 18:39:34 UTC (rev 261384)
+++ PKGBUILD	2016-03-12 18:46:53 UTC (rev 261385)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=7
+pkgrel=8
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -26,7 +26,7 @@
          '82d520c39c99c34977e48b313a189c6c'
          'e6eada07fc3a56a491e14dfeafec746f'
          '57d90c89a221c52d78d0ec3953fe2fcf'
-         'd11d8bfbcf61330aa84d6dd9e93ca957')
+         '5e5b2ca4bea3dfcaed67eec07d152381')
 
 prepare() {
   cd dkms

Modified: hook.sh
===================================================================
--- hook.sh	2016-03-12 18:39:34 UTC (rev 261384)
+++ hook.sh	2016-03-12 18:46:53 UTC (rev 261385)
@@ -40,7 +40,7 @@
 # $*: dkms args
 do_module() {
 	local modname="$1"; shift
-	local modver="$2"; shift
+	local modver="$1"; shift
 	pushd "$install_tree" >/dev/null
 	# do $@ for each kernel with headers for $modname v$modver
 	local path



More information about the arch-commits mailing list