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

Dan McGee dan at archlinux.org
Fri Oct 5 02:45:16 UTC 2007


    Date: Thursday, October 4, 2007 @ 22:45:16
  Author: dan
    Path: /home/cvs-core/core/base/ncurses

Modified: PKGBUILD (1.24 -> 1.25)

add depends needed for install files to run correctly


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


Index: core/base/ncurses/PKGBUILD
diff -u core/base/ncurses/PKGBUILD:1.24 core/base/ncurses/PKGBUILD:1.25
--- core/base/ncurses/PKGBUILD:1.24	Mon Sep 17 14:30:52 2007
+++ core/base/ncurses/PKGBUILD	Thu Oct  4 22:45:16 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.24 2007/09/17 18:30:52 thomas Exp $
+# $Id: PKGBUILD,v 1.25 2007/10/05 02:45:16 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=ncurses
 pkgver=5.6
@@ -8,7 +8,7 @@
 url="http://www.gnu.org/software/ncurses/ncurses.html"
 license=('MIT')
 groups=('base')
-depends=('glibc')
+depends=('glibc' 'coreutils')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('b6593abe1089d6aab1551c105c9300e3')
 




More information about the arch-commits mailing list