[arch-commits] Commit in db/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Tue Oct 19 04:54:13 UTC 2010


    Date: Tuesday, October 19, 2010 @ 00:54:13
  Author: allan
Revision: 96161

upgpkg: db 5.1.19-1
upstream update

Modified:
  db/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-19 04:47:19 UTC (rev 96160)
+++ PKGBUILD	2010-10-19 04:54:13 UTC (rev 96161)
@@ -3,25 +3,24 @@
 # Contributor: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=db
-pkgver=4.8.26
-_basever=4.8.26
-pkgrel=2
+pkgver=5.1.19
+_basever=5.1.19
+pkgrel=1
 pkgdesc="The Berkeley DB embedded database system"
 arch=('i686' 'x86_64')
 url="http://www.oracle.com/technology/software/products/berkeley-db/index.html"
 license=('custom')
 depends=('gcc-libs' 'sh')
-conflicts=('db4')
-options=('!libtool' 'force')
+options=('!libtool')
 install=db.install
 source=(http://download-uk.oracle.com/berkeley-db/db-${_basever}.tar.gz)
-md5sums=('3476bac9ec0f3c40729c8a404151d5e3')
+md5sums=('76fcbfeebfcd09ba0b4d96bfdf8d884d')
 
 build() {
   cd ${srcdir}/$pkgname-${_basever}/build_unix
   ../dist/configure --prefix=/usr --enable-compat185 \
     --enable-shared --enable-static --enable-cxx
-  make LIBSO_LIBS=-lpthread || return 1
+  make LIBSO_LIBS=-lpthread
 }
 
 package() {




More information about the arch-commits mailing list