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

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


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

Modified: PKGBUILD (1.45 -> 1.46)

add depends needed for install files to run correctly


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


Index: core/base/shadow/PKGBUILD
diff -u core/base/shadow/PKGBUILD:1.45 core/base/shadow/PKGBUILD:1.46
--- core/base/shadow/PKGBUILD:1.45	Wed Sep 19 16:14:37 2007
+++ core/base/shadow/PKGBUILD	Thu Oct  4 22:45:18 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.45 2007/09/19 20:14:37 thomas Exp $
+# $Id: PKGBUILD,v 1.46 2007/10/05 02:45:18 dan Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=shadow
 pkgver=4.0.18.1
@@ -13,7 +13,7 @@
         etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}
 	etc/pam.d/{chfn,chgpasswd,groupmems,chsh}
         etc/default/useradd)
-depends=('pam')
+depends=('pam' 'coreutils')
 # official sources are MIA
 # ftp://ftp.pld.org.pl/software/$pkgname/$pkgname-$pkgver.tar.bz2
 source=("http://www.diy-linux.org/downloads/thirdparty/shadow-$pkgver.tar.bz2"




More information about the arch-commits mailing list