From 900b1ed14a55a1da8f4950b8b52e7ab4bfed7f34 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 29 Apr 2012 00:44:07 +0000 Subject: [PATCH] update depends: module-init-tools => kmod --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 4de2e31..9ebc788 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -106,7 +106,7 @@ build() { package_linux() { pkgdesc="The Linux Kernel and modules" groups=('base') - depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7') + depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7') optdepends=('crda: to set the correct wireless channels of your country') provides=('kernel26') conflicts=('kernel26')