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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 28 20:53:42 UTC 2007


    Date: Friday, September 28, 2007 @ 16:53:42
  Author: andyrtr
    Path: /home/cvs-core/core/base/db

Modified: PKGBUILD (1.32 -> 1.33)

updatepkg 4.6.19


----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


Index: core/base/db/PKGBUILD
diff -u core/base/db/PKGBUILD:1.32 core/base/db/PKGBUILD:1.33
--- core/base/db/PKGBUILD:1.32	Sun Sep 16 09:42:47 2007
+++ core/base/db/PKGBUILD	Fri Sep 28 16:53:42 2007
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD,v 1.32 2007/09/16 13:42:47 thomas Exp $
+# $Id: PKGBUILD,v 1.33 2007/09/28 20:53:42 andyrtr Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=db
-pkgver=4.5.20
-pkgrel=2
+pkgver=4.6.19
+pkgrel=1
 pkgdesc="The Berkeley DB embedded database system"
 arch=(i686 x86_64)
 license=('custom')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
 groups=('base')
-depends=('glibc' 'gcc-libs')
+depends=('gcc-libs')
 options=('!libtool')
 source=(http://download-uk.oracle.com/berkeley-db/db-$pkgver.tar.gz)
 install=(db.install)
-md5sums=('b0f1c777708cb8e9d37fb47e7ed3312d')
+md5sums=('89c7390ff120d5ebf3eccc5f97249e79')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver/
   cd $startdir/src/$pkgname-$pkgver/build_unix
   ../dist/configure --prefix=/usr --enable-compat185 \
     --enable-shared --enable-static --enable-cxx




More information about the arch-commits mailing list