From e9509842445d4a99493d1b643ffdafdca62263ae Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Aug 2013 03:03:22 -0700 Subject: Thu Aug 22 02:58:39 PDT 2013 --- community/mongodb/PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'community/mongodb/PKGBUILD') diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 0f935a956..3dc14a894 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 94033 2013-07-13 12:34:05Z svenstaro $ +# $Id: PKGBUILD 96182 2013-08-21 06:12:24Z fyan $ # Maintainer: Felix Yan # Contributor: Sven-Hendrik Haase # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -6,14 +6,14 @@ # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.4.5 -pkgrel=2 +pkgver=2.4.6 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' license=('AGPL3') -depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') doesn't work -makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') doesn't work +depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'v8') +makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl') checkdepends=('python2-pymongo') optdepends=('libpcap: needed for mongosniff') backup=('etc/mongodb.conf') @@ -37,8 +37,8 @@ build() { --use-system-tcmalloc \ --ssl \ --sharedclient - # --use-sasl-client doesn't work - # --use-system-v8 doesn't work + # --use-system-v8 + # --use-sasl-client } <