aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-10-04 01:15:38 +0200
committerTom Gundersen <teg@jklm.no>2012-10-04 01:15:38 +0200
commit1ef1701df3e156ac67af827ff9b5139c3b8512c3 (patch)
treec89aaf821d1eee879228f8a1ed4598209f458107
parent9ef15b0091e7869937f91c8d2ae5f9475fbe4d70 (diff)
downloadinitscripts-1ef1701df3e156ac67af827ff9b5139c3b8512c3.tar.xz
PKGBUILD: update dependencies
This reflects the mainline PKGBUILD. Depend on systemd, rather than systemd-tools and only optdepend on sysvinit.
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f0e845..7a11d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,12 +11,13 @@ provides=('initscripts=9999')
replaces=('initscripts-systemd')
backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
makedepends=('asciidoc')
-depends=('glibc' 'bash' 'coreutils' 'systemd-tools' 'iproute2'
- 'ncurses' 'kbd' 'findutils' 'sysvinit')
+depends=('glibc' 'bash' 'coreutils' 'systemd' 'iproute2'
+ 'ncurses' 'kbd' 'findutils')
optdepends=('net-tools: legacy networking support'
'bridge-utils: Network bridging support'
'dhcpcd: DHCP network configuration'
- 'wireless_tools: Wireless networking')
+ 'wireless_tools: Wireless networking'
+ 'sysvinit: Legacy init support')
source=()
sha256sums=()