summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-01-04 03:00:31 +0100
committerDave Reisner <dreisner@archlinux.org>2012-01-13 00:07:24 +0100
commit928634aa9ed736d7b2a85da5f8b8123385d552db (patch)
tree1f279ed7f113e987a7d0e2e7b8fc7fb63f0d39a1 /PKGBUILD
parent5e6ca510671a6869e4e57eb43b03021fb43f3399 (diff)
downloadmkinitcpio-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--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6a083f..fc6b398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'