aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-10-18 09:55:51 +0200
committerTom Gundersen <teg@jklm.no>2011-10-18 09:55:51 +0200
commit38ecbbdad78ad58a9c6a6eaaca3af89d81299d6d (patch)
treedfb09e885ef43ea3751393e27fb009a1c0177562 /PKGBUILD
parent0c29f8612420d94006b6d7b274762764faf7dd0b (diff)
downloadinitscripts-38ecbbdad78ad58a9c6a6eaaca3af89d81299d6d.tar.xz
PKGBUILD: update
We now require udev 173, and the manpages use asciidoc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b4472d..18b53b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@ 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>=139-1' 'iproute2'
+depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=173' 'iproute2'
'ncurses' 'kbd' 'findutils' 'sysvinit')
optdepends=('net-tools: legacy networking support'
'bridge-utils: Network bridging support'
'dhcpcd: DHCP network configuration'
'wireless_tools: Wireless networking')
+makedepends=(asciidoc)
source=()
sha256sums=()