[arch-commits] CVS update of core/base/db (PKGBUILD)
Dan McGee
dan at archlinux.org
Fri Oct 5 02:45:15 UTC 2007
Date: Thursday, October 4, 2007 @ 22:45:15
Author: dan
Path: /home/cvs-core/core/base/db
Modified: PKGBUILD (1.33 -> 1.34)
add depends needed for install files to run correctly
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: core/base/db/PKGBUILD
diff -u core/base/db/PKGBUILD:1.33 core/base/db/PKGBUILD:1.34
--- core/base/db/PKGBUILD:1.33 Fri Sep 28 16:53:42 2007
+++ core/base/db/PKGBUILD Thu Oct 4 22:45:14 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.33 2007/09/28 20:53:42 andyrtr Exp $
+# $Id: PKGBUILD,v 1.34 2007/10/05 02:45:14 dan Exp $
# Maintainer: judd <jvinet at zeroflux.org>
pkgname=db
pkgver=4.6.19
@@ -8,7 +8,7 @@
license=('custom')
url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
groups=('base')
-depends=('gcc-libs')
+depends=('gcc-libs' 'coreutils')
options=('!libtool')
source=(http://download-uk.oracle.com/berkeley-db/db-$pkgver.tar.gz)
install=(db.install)
More information about the arch-commits
mailing list