From 2264379d37a6a00a3ecec1fd03c5dd4796078d49 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Nov 2012 01:46:35 -0800 Subject: Thu Nov 15 01:46:22 PST 2012 --- core/kmod/PKGBUILD | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'core') diff --git a/core/kmod/PKGBUILD b/core/kmod/PKGBUILD index e5f78609e..2b4fcb644 100644 --- a/core/kmod/PKGBUILD +++ b/core/kmod/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169581 2012-10-23 22:08:40Z dreisner $ +# $Id: PKGBUILD 171018 2012-11-15 00:46:13Z dreisner $ # Maintainer: Dave Reisner pkgname=kmod -pkgver=10 -pkgrel=2 +pkgver=11 +pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary' @@ -15,23 +15,13 @@ provides=('module-init-tools=3.16') conflicts=('module-init-tools') replaces=('module-init-tools') source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz" - '0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch' - '0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch' "depmod-search.conf") -md5sums=('e2a883c4df15a50f78a7a61d5b64089f' - '47005a6e70496d429d40e3fc4fd89755' - 'ecf5bfd4fd9ed14cf0dc1ce4025d256b' +md5sums=('607e33b0144625c2e5221e5a7df49c7a' 'dd62cbf62bd8f212f51ef8c43bec9a77') build() { cd "$pkgname-$pkgver" - # upstream commit 88c247f7f18ac25181ddcaff97fbbecbd3a29f57 - patch -Np1 < "$srcdir/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch" - - # upstream commit 66f3228d17d66d7e2dd484427259290fbc82b2f0 - patch -Np1 < "$srcdir/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch" - ./configure \ --sysconfdir=/etc \ --enable-gtk-doc \ -- cgit v1.2.3-54-g00ecf