summaryrefslogtreecommitdiff
path: root/community/mongodb/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-08 04:02:11 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-08 04:02:11 +0000
commit5351a11c6751fcbfd64ba00a4c4b8b0109b45b59 (patch)
tree85145d4cc8494818605961614ac64dc6e2679878 /community/mongodb/PKGBUILD
parentb32e5e13c7dbf2d3acdaf49e85ddbc424207c14c (diff)
Tue Apr 8 03:58:10 UTC 2014
Diffstat (limited to 'community/mongodb/PKGBUILD')
-rw-r--r--community/mongodb/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD
index 1d6ecb8c5..caf35813c 100644
--- a/community/mongodb/PKGBUILD
+++ b/community/mongodb/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 104064 2014-01-15 03:02:11Z fyan $
+# $Id: PKGBUILD 108911 2014-04-07 12:17:25Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -6,14 +6,14 @@
# Contributor: Alec Thomas
pkgname=mongodb
-pkgver=2.4.9
+pkgver=2.4.10
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')
-makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap') # 'cyrus-sasl')
+depends=('boost-libs' 'pcre' 'snappy' 'openssl' 'gperftools') # 'libsasl')
+makedepends=('scons' 'boost' 'readline' 'ncurses' 'libpcap')
checkdepends=('python2-pymongo')
optdepends=('libpcap: needed for mongosniff')
backup=('etc/mongodb.conf')
@@ -41,15 +41,14 @@ build() {
# --use-system-v8
}
-<<COMMENT
check() {
+ # Tests not passing
export SCONSFLAGS="$MAKEFLAGS"
cd mongodb-src-r${pkgver}
- scons smokeAll --smokedbprefix=$srcdir
+ #scons smokeAll --smokedbprefix="$srcdir"
}
-COMMENT
package() {
export SCONSFLAGS="$MAKEFLAGS"
@@ -74,7 +73,7 @@ package() {
install -dm755 "$pkgdir/var/log/mongodb"
}
-sha512sums=('f9991b30eebdc13e04b553ea9c133f73cb7c0d034ae94e6293a28f3c40e8c93d3e63257e20ff801dfd586a22c95ca52551da8517d0e25534dda62f3ed650aa23'
+sha512sums=('970364dda2dba18bf979a0fc8291d9656b3cc3ba0aec1ca26d81f14f833e355c023d19b3cfaa81704013bf2c0e732d72de08b0f8236dafe85a3ac4d51b87edc6'
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')