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

Felix Yan fyan at nymeria.archlinux.org
Mon Apr 7 10:15:52 UTC 2014


    Date: Monday, April 7, 2014 @ 12:15:52
  Author: fyan
Revision: 108905

upgpkg: mongodb 2.4.10-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-07 10:13:35 UTC (rev 108904)
+++ PKGBUILD	2014-04-07 10:15:52 UTC (rev 108905)
@@ -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 @@
     # --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 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('f9991b30eebdc13e04b553ea9c133f73cb7c0d034ae94e6293a28f3c40e8c93d3e63257e20ff801dfd586a22c95ca52551da8517d0e25534dda62f3ed650aa23'
+sha512sums=('970364dda2dba18bf979a0fc8291d9656b3cc3ba0aec1ca26d81f14f833e355c023d19b3cfaa81704013bf2c0e732d72de08b0f8236dafe85a3ac4d51b87edc6'
             '05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
             '177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
             'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84')




More information about the arch-commits mailing list