summaryrefslogtreecommitdiff
path: root/community/mongodb
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-22 12:02:54 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-03-22 12:02:54 -0300
commitaa49e201b1464851bcebcd821592a2fceeaddcbc (patch)
tree40708e916d04d7929b2bc2a8c17c796fb91dec8e /community/mongodb
parente555324330bef021c747085c7499fd843ed20f47 (diff)
parent39e662ccfbe62ae77d458159d192816171a22f43 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/agave/PKGBUILD community/raul/PKGBUILD gnome-unstable/at-spi2-atk/PKGBUILD gnome-unstable/at-spi2-core/PKGBUILD gnome-unstable/atk/PKGBUILD gnome-unstable/cheese/PKGBUILD gnome-unstable/cogl/PKGBUILD gnome-unstable/empathy/PKGBUILD gnome-unstable/eog/PKGBUILD gnome-unstable/gdk-pixbuf2/PKGBUILD gnome-unstable/gedit/PKGBUILD gnome-unstable/glib-networking/PKGBUILD gnome-unstable/gnome-bluetooth/PKGBUILD gnome-unstable/gnome-documents/PKGBUILD gnome-unstable/gnome-documents/gnome-documents.install gnome-unstable/gnome-shell/PKGBUILD gnome-unstable/gnome-system-monitor/PKGBUILD gnome-unstable/gnome-system-monitor/gnome-system-monitor.install gnome-unstable/gnome-themes-standard/PKGBUILD gnome-unstable/gtk3/PKGBUILD gnome-unstable/gtksourceview3/PKGBUILD gnome-unstable/libsoup/PKGBUILD gnome-unstable/libwebkit/PKGBUILD gnome-unstable/metacity/PKGBUILD gnome-unstable/mutter/PKGBUILD gnome-unstable/nautilus/PKGBUILD gnome-unstable/sushi/PKGBUILD gnome-unstable/telepathy-farstream/PKGBUILD multilib/lib32-libdrm/PKGBUILD multilib/lib32-libdrm/no-pthread-stubs.patch testing/iproute2/PKGBUILD testing/openssh/PKGBUILD
Diffstat (limited to 'community/mongodb')
-rw-r--r--community/mongodb/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD
index 2a4d7fb6e..5b374bf03 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 <mathias@10gen.com>
# 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' 'mips64el')
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 \