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

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


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

Modified: PKGBUILD (1.12 -> 1.13)

add depends needed for install files to run correctly


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


Index: core/base/vi/PKGBUILD
diff -u core/base/vi/PKGBUILD:1.12 core/base/vi/PKGBUILD:1.13
--- core/base/vi/PKGBUILD:1.12	Wed Sep  5 22:13:42 2007
+++ core/base/vi/PKGBUILD	Thu Oct  4 22:45:18 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.12 2007/09/06 02:13:42 eric Exp $
+# $Id: PKGBUILD,v 1.13 2007/10/05 02:45:18 dan Exp $
 # Maintainer: tobias [ tobias at archlinux org ]
 
 pkgname=vi
@@ -11,7 +11,7 @@
 license=('custom:vim')
 url="http://www.vim.org"
 groups=('base')
-depends=('glibc' 'ncurses')
+depends=('glibc' 'ncurses' 'coreutils')
 makedepends=('wget' 'sed' 'grep')
 backup=(etc/virc)
 install=${pkgname}.install




More information about the arch-commits mailing list