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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jan 2 11:54:32 UTC 2018


    Date: Tuesday, January 2, 2018 @ 11:54:31
  Author: bpiotrowski
Revision: 277679

3.6.1-2: use bundled boost

Modified:
  mongodb/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-02 10:17:04 UTC (rev 277678)
+++ PKGBUILD	2018-01-02 11:54:31 UTC (rev 277679)
@@ -7,14 +7,14 @@
 
 pkgname=mongodb
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A high-performance, open source, schema-free document-oriented database'
 arch=('x86_64')
 url='http://www.mongodb.org'
 license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 'lsb-release' 'wiredtiger'
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 'wiredtiger'
          'libstemmer')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'python2-setuptools' 'python2-regex'
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 'python2-regex'
              'python2-cheetah' 'python2-typing' 'python2-requests')
 checkdepends=('python2-pymongo' 'python2-yaml')
 optdepends=('libpcap: needed for mongosniff'
@@ -28,7 +28,6 @@
             '177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 
 _scons_args=(
-  --use-system-boost
   --use-system-pcre
   --use-system-snappy
   --use-system-yaml



More information about the arch-commits mailing list