[arch-commits] Commit in initscripts/trunk (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Tue Jan 27 21:08:53 UTC 2009


    Date: Tuesday, January 27, 2009 @ 16:08:53
  Author: aaron
Revision: 25718

FS#12964: Missing depends/optdepends

Modified:
  initscripts/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-27 20:08:05 UTC (rev 25717)
+++ PKGBUILD	2009-01-27 21:08:53 UTC (rev 25718)
@@ -11,7 +11,10 @@
 license=('GPL')
 groups=('base')
 backup=(etc/inittab etc/rc.conf etc/rc.local etc/rc.local.shutdown)
-depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils')
+depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=118' 'net-tools' 'ncurses' 'kbd' 'findutils' 'sysvinit')
+optdepends=('bridge-utils: Network bridging support'
+            'dhcpcd: DHCP network configuration'
+            'wireless_tools: Wireless networking')
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}.tar.gz)
 md5sums=('b947f3efd5d4681459fe8073d610f1b5')
 




More information about the arch-commits mailing list