diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-01-04 03:00:31 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-01-13 00:07:24 +0100 |
commit | 928634aa9ed736d7b2a85da5f8b8123385d552db (patch) | |
tree | 1f279ed7f113e987a7d0e2e7b8fc7fb63f0d39a1 /PKGBUILD | |
parent | 5e6ca510671a6869e4e57eb43b03021fb43f3399 (diff) | |
download | mkinitcpio-928634aa9ed736d7b2a85da5f8b8123385d552db.tar.gz mkinitcpio-928634aa9ed736d7b2a85da5f8b8123385d552db.tar.xz |
udev: update for udev 176
- firmware handling is now a udevd builtin
- udevadm may move -- let a path lookup find it
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>=2011.10-1' 'udev>=174-1' 'file' 'gzip') + 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip') makedepends=('asciidoc' 'git') optdepends=('xz: Use lzma or xz compression for the initramfs image' 'bzip2: Use bzip2 compression for the initramfs image' |