diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-30 17:45:13 +0100 |
commit | 704027491dc998e68dc1ac8e173bb0647ec8512e (patch) | |
tree | 4dc3df4ac72df2b10f24db64fba455ab1d643aa3 /community/mongodb | |
parent | cd972a1ebaf9446976ea495f013947a8937c15b0 (diff) | |
parent | 51867161079ab52d5152105142a3bc965c63ca03 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/erlang/PKGBUILD
community/virtkey/PKGBUILD
community/yaws/PKGBUILD
core/openldap/PKGBUILD
extra/avahi/PKGBUILD
extra/gdb/PKGBUILD
Diffstat (limited to 'community/mongodb')
-rw-r--r-- | community/mongodb/PKGBUILD | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 3cffd0c2a..088cecc83 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 79282 2012-11-02 11:36:48Z svenstaro $ -# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> +# $Id: PKGBUILD 80638 2012-11-28 05:32:45Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Mathias Stearn <mathias@10gen.com> # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64' 'mips64el') @@ -20,12 +21,6 @@ install="mongodb.install" source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz" 'mongodb.rc' 'mongodb.conf' 'mongodb.service' 'SConscript.client.patch' 'boost1.50.patch') -md5sums=('f41ee6fd3ac3f21ac5309db3e20e10ea' - '9c67e00f4626ad761a8f7d4e037a54d7' - '4839fe1d638187ca3226e8267b947318' - '96ab4517b48974ce0e566d9746a75a4f' - 'a9529e2a6e392ffecef7a9178394c814' - 'da8a9d78e4a38d1ed8e92a210d4b5ba7') build() { # fucking mongo aint no fun to package @@ -71,3 +66,9 @@ package() { rm -r ${pkgdir}/usr/lib64 || true } +md5sums=('697c448271358545a8a40a973f88edf4' + '9c67e00f4626ad761a8f7d4e037a54d7' + '4839fe1d638187ca3226e8267b947318' + '96ab4517b48974ce0e566d9746a75a4f' + 'a9529e2a6e392ffecef7a9178394c814' + 'da8a9d78e4a38d1ed8e92a210d4b5ba7') |