update depends: module-init-tools => kmod
This commit is contained in:
parent
62401f140f
commit
900b1ed14a
2
PKGBUILD
2
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')
|
||||
|
|
Loading…
Reference in New Issue