aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-04-30 14:08:17 +0200
committerTom Gundersen <teg@jklm.no>2012-04-30 14:08:17 +0200
commit3d261ea4f9cf59a75326d4771a6c23b0c76e4aa4 (patch)
tree2fc5668f442921d0bcedf7bf023bd108498dba15
parentc18d4a38d33a231bf2f39c47909a79c4227f7ca3 (diff)
downloadinitscripts-2012.04.1.tar.xz
deps: require up-to-date udev due to change of direcotry2012.04.1
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7511b43..3130e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=('initscripts')
provides=('initscripts=9999')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
makedepends=('asciidoc')
-depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=177' 'iproute2'
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=182' 'iproute2'
'ncurses' 'kbd' 'findutils' 'sysvinit')
optdepends=('net-tools: legacy networking support'
'bridge-utils: Network bridging support'