From 39e662ccfbe62ae77d458159d192816171a22f43 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Mar 2012 00:01:28 +0000 Subject: Thu Mar 22 00:01:28 UTC 2012 --- community/mongodb/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'community/mongodb/PKGBUILD') diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 5bd9cac00..9b84c6b69 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 67194 2012-03-05 08:58:08Z ibiru $ +# $Id: PKGBUILD 68267 2012-03-21 01:53:53Z tdziedzic $ # Maintainer: Thomas Dziedzic < gostrc at gmail > # Contributor: Mathias Stearn # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.0.3 -pkgrel=2 +pkgver=2.0.4 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database.' arch=('i686' 'x86_64') url='http://www.mongodb.org' @@ -19,7 +19,7 @@ install="mongodb.install" source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz" 'mongodb.rc' 'mongodb.conf') -md5sums=('f588cae93196b94599ec50e3c4956592' +md5sums=('099bc701a3d190a040123c58958e8f67' '9c67e00f4626ad761a8f7d4e037a54d7' '4839fe1d638187ca3226e8267b947318') @@ -29,9 +29,9 @@ build() { cd mongodb-src-r${pkgver} # fix python name for smoke tests - sed \ - -e 's/python/&2/' \ - -i SConstruct + #sed \ + # -e 's/python/&2/' \ + # -i SConstruct scons \ all \ -- cgit v1.2.3-54-g00ecf