From a4c1eefe73eb9e958c4284a8e6eed62853d086ca Mon Sep 17 00:00:00 2001 From: Chaoting Liu Date: Mon, 14 Mar 2016 01:07:25 +0000 Subject: [PATCH] db: update to 6.1.26 --- db/PKGBUILD | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/db/PKGBUILD b/db/PKGBUILD index 09ed342bb..8f78171cb 100644 --- a/db/PKGBUILD +++ b/db/PKGBUILD @@ -1,25 +1,22 @@ -# -# Core Packages for Chakra, part of chakra-project.org -# # maintainer abveritas[at]chakra-project[dot]org> pkgname=db -pkgver=5.3.21 +pkgver=6.1.26 pkgrel=1 pkgdesc="The Berkeley DB embedded database system" arch=('x86_64') -url="http://www.oracle.com/technology/software/products/berkeley-db/index.html" +url="http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html" license=('custom') depends=('gcc-libs' 'sh') -options=('!libtool') install=db.install source=("http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz") -md5sums=('3fda0b004acdaa6fa350bfc41a3b95ca') +sha1sums=('5ae05c6c4a1766270fd5cfb28539e2b7a19c33b2') build() { cd ${srcdir}/$pkgname-${pkgver}/build_unix ../dist/configure --prefix=/usr --enable-compat185 \ - --enable-shared --enable-static --enable-cxx --enable-dbm + --enable-shared --enable-static --enable-cxx --enable-dbm \ + --enable-stl make LIBSO_LIBS=-lpthread }