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

Felix Yan fyan at archlinux.org
Sat Dec 13 03:03:04 UTC 2014


    Date: Saturday, December 13, 2014 @ 04:03:04
  Author: fyan
Revision: 123816

upgpkg: mongodb 2.6.6-1

Modified:
  mongodb/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-12 18:50:28 UTC (rev 123815)
+++ PKGBUILD	2014-12-13 03:03:04 UTC (rev 123816)
@@ -6,8 +6,8 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented database'
 arch=('i686' 'x86_64')
 url='http://www.mongodb.org'
@@ -44,8 +44,9 @@
     --use-system-tcmalloc \
     --use-sasl-client \
     --use-system-boost \
-    --ssl --cc=clang --cxx=clang++ \
-    --disable-warnings-as-errors
+    --ssl \
+    --disable-warnings-as-errors \
+    --cc=clang --cxx=clang++
     # --use-system-v8
     # --use-system-yaml
 }
@@ -62,8 +63,9 @@
     --use-system-tcmalloc \
     --use-sasl-client \
     --use-system-boost \
-    --ssl --cc=clang --cxx=clang++ \
+    --ssl \
     --disable-warnings-as-errors \
+    --cc=clang --cxx=clang++ \
     --smokedbprefix="$srcdir" || warning "Tests failed"
 }
 
@@ -78,9 +80,10 @@
     --use-system-tcmalloc \
     --use-sasl-client \
     --use-system-boost \
-    --ssl --cc=clang --cxx=clang++ \
+    --ssl \
     --disable-warnings-as-errors \
-    --prefix="$pkgdir/usr"
+    --prefix="$pkgdir/usr" \
+    --cc=clang --cxx=clang++
     # --use-system-yaml
     # --use-system-v8
 
@@ -90,6 +93,6 @@
   install -dm755 "$pkgdir/var/log/mongodb"
 }
 
-sha512sums=('eccf6e949fba7cca3f7401fa64c1135282d323222d2b9e53554a83748389b76b3791c5228943ef3e1064211f7fe9f8d68ce4209994dbd8065894b64a9b392f76'
+sha512sums=('0f5fdce6ad3aa64e3636099cee9b7099b74c5f1d5887c89543bcdf900e523a855164f497071c8c4251c8e87361841eaec969bd7b7e0efcff5504cf5f1d6b9f05'
             '05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
             '177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')



More information about the arch-commits mailing list