commit af11d5eb6fc7d8bb1df510bd9efb236080802569 Author: Dave Reisner Date: Tue Jan 18 11:28:41 2011 -0500 PKGBUILD: remove unnecessary depends * sed and awk are no longer used * ncurses is indirectly provided by readline, but readline might not be compiled against ncurses Signed-off-by: Dave Reisner diff --git a/PKGBUILD b/PKGBUILD index 79b3403..79f51f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ groups=('base') conflicts=('initscripts') provides=('initscripts=9999') backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown) -depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=139-1' +depends=('glibc' 'bash' 'grep' 'coreutils' 'udev>=139-1' 'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit') optdepends=('bridge-utils: Network bridging support' 'dhcpcd: DHCP network configuration'