diff options
author | Dave Reisner <dreisner@archlinux.org> | 2011-10-10 01:34:02 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2011-10-10 01:36:44 +0200 |
commit | 8517bd9384f51d0f3da6a77764c335abdb524bbf (patch) | |
tree | 9bb441276441ed3fb981ec2f8511572dc9f76c7b /PKGBUILD | |
parent | 1d86ae6e5b8976aade3de34990d289fdd3806032 (diff) | |
download | mkinitcpio-8517bd9384f51d0f3da6a77764c335abdb524bbf.tar.gz mkinitcpio-8517bd9384f51d0f3da6a77764c335abdb524bbf.tar.xz |
install/base: grab usb-ehci udev rule to /lib0.7.4
Done as part of FS#25788.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ groups=('base') conflicts=('mkinitcpio') provides=("mkinitcpio=$pkgver") depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils' - 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=171-2' 'file' 'gzip') + 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=171-2' 'file' 'gzip') makedepends=('asciidoc' 'git') optdepends=('xz: Use lzma or xz compression for the initramfs image' 'bzip2: Use bzip2 compression for the initramfs image' |