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

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


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

Modified: PKGBUILD (1.149 -> 1.150)

add depends needed for install files to run correctly


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


Index: core/base/pacman/PKGBUILD
diff -u core/base/pacman/PKGBUILD:1.149 core/base/pacman/PKGBUILD:1.150
--- core/base/pacman/PKGBUILD:1.149	Mon Sep 17 12:48:34 2007
+++ core/base/pacman/PKGBUILD	Thu Oct  4 22:45:17 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.149 2007/09/17 16:48:34 thomas Exp $
+# $Id: PKGBUILD,v 1.150 2007/10/05 02:45:17 dan Exp $
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 # Maintainer: Dan McGee <dan at archlinux.org>
 
@@ -11,7 +11,9 @@
 license=('GPL')
 groups=('base')
 makedepends=(doxygen)
-depends=('libarchive>=2.2.3' 'libdownload')
+depends=('bash' 'libarchive>=2.2.3' 'libdownload')
+#makepkg depends=('fakeroot')
+#abs depends=('csup')
 replaces=(pacman-rc)
 conflicts=(pacman-rc)
 backup=(etc/pacman.conf etc/makepkg.conf etc/abs/abs.conf




More information about the arch-commits mailing list