[arch-commits] CVS update of core/base/initscripts (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon Oct 22 13:54:22 UTC 2007


    Date: Monday, October 22, 2007 @ 09:54:22
  Author: tpowa
    Path: /home/cvs-core/core/base/initscripts

Modified: PKGBUILD (1.184 -> 1.185)

'upgpkg: added ncurses depend because we call tput in functions'


----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: core/base/initscripts/PKGBUILD
diff -u core/base/initscripts/PKGBUILD:1.184 core/base/initscripts/PKGBUILD:1.185
--- core/base/initscripts/PKGBUILD:1.184	Mon Oct 22 09:50:40 2007
+++ core/base/initscripts/PKGBUILD	Mon Oct 22 09:54:22 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.184 2007/10/22 13:50:40 tpowa Exp $
+# $Id: PKGBUILD,v 1.185 2007/10/22 13:54:22 tpowa Exp $
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 pkgname=initscripts
 pkgver=2007.11
@@ -9,7 +9,7 @@
 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>=081' 'net-tools')
+depends=('glibc' 'bash' 'awk' 'grep' 'coreutils' 'sed' 'udev>=081' 'net-tools' 'ncurses')
 install=initscripts.install
 source=(ftp://ftp.archlinux.org/other/initscripts/${pkgname}-${pkgver}-${pkgrel}.tar.bz2)
 md5sums=('633ef0baadf1257570f96d27c4fbc1fb')




More information about the arch-commits mailing list