Date: Monday, March 19, 2012 @ 08:36:16 Author: dreisner Revision: 153750
upgpkg: kmod 7-1 - remove --with-rootprefix config option (should be a NOOP, but isn't, and breaks the test suite in a chroot) - fix header in search.conf Modified: kmod/trunk/PKGBUILD kmod/trunk/depmod-search.conf --------------------+ PKGBUILD | 6 +++--- depmod-search.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-19 11:14:51 UTC (rev 153749) +++ PKGBUILD 2012-03-19 12:36:16 UTC (rev 153750) @@ -2,7 +2,7 @@ # Maintainer: Dave Reisner <[email protected]> pkgname=kmod -pkgver=6 +pkgver=7 pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') @@ -15,8 +15,8 @@ replaces=('module-init-tools') source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz" "depmod-search.conf") -md5sums=('bad08102fad212cd34405136d9a7eb94' - '4b8cbcbc54b9029c99fd730e257d4436') +md5sums=('7bd916ae1c8a38e7697fdd8118bc98eb' + '09d8af2ba37c5902d904275cb27f1b09') build() { cd "$pkgname-$pkgver" Modified: depmod-search.conf =================================================================== --- depmod-search.conf 2012-03-19 11:14:51 UTC (rev 153749) +++ depmod-search.conf 2012-03-19 12:36:16 UTC (rev 153750) @@ -1,5 +1,5 @@ # -# /lib/depmod.d/depmod.conf +# /lib/depmod.d/search.conf # search updates extramodules built-in
