[arch-commits] Commit in mongo-c-driver/repos/community-testing-x86_64 (2 files)

Felix Yan felixonmars at archlinux.org
Sat Jun 23 04:12:40 UTC 2018


    Date: Saturday, June 23, 2018 @ 04:12:40
  Author: felixonmars
Revision: 344658

archrelease: copy trunk to community-testing-x86_64

Added:
  mongo-c-driver/repos/community-testing-x86_64/PKGBUILD
    (from rev 344657, mongo-c-driver/trunk/PKGBUILD)
Deleted:
  mongo-c-driver/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-23 04:12:21 UTC (rev 344657)
+++ PKGBUILD	2018-06-23 04:12:40 UTC (rev 344658)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=mongo-c-driver
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libsasl' 'snappy' 'zlib')
-makedepends=('cmake')
-checkdepends=('pifpaf' 'mongodb')
-provides=('libbson' 'libmongoc')
-conflicts=('libbson' 'libmongoc')
-replaces=('libbson' 'libmongoc')
-source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz")
-sha512sums=('47af1baad1ad74bbbdf2fd22a437034d317a2f3ec02fee485e983ae6829b3f01af2649a09577f08144a88385fa940dfa211ea02bfa3c0e25b59dbe2090269603')
-
-prepare() {
-  mkdir -p build
-  cd mongo-c-driver-$pkgver
-}
-
-build() {
-  cd build
-  cmake ../mongo-c-driver-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
-    # Test profiles are not found even with ENABLE_TESTS=ON
-  make
-}
-
-check() {
-  cd build
-  # No test profile found
-  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: mongo-c-driver/repos/community-testing-x86_64/PKGBUILD (from rev 344657, mongo-c-driver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-23 04:12:40 UTC (rev 344658)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=mongo-c-driver
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libsasl' 'snappy' 'zlib')
+makedepends=('cmake')
+checkdepends=('pifpaf' 'mongodb')
+provides=('libbson' 'libmongoc')
+conflicts=('libbson' 'libmongoc')
+replaces=('libbson' 'libmongoc')
+source=("mongo-c-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz")
+sha512sums=('d20d83c9470972641407550bf835701df28c196b1cf19097450a062fd3c560c452c658aa5080bb28066079cea27888731f3670e81bd1b0cd5be1b97a2988074e')
+
+prepare() {
+  mkdir -p build
+  cd mongo-c-driver-$pkgver
+}
+
+build() {
+  cd build
+  cmake ../mongo-c-driver-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DENABLE_STATIC=OFF -DENABLE_TESTS=OFF
+    # Test profiles are not found even with ENABLE_TESTS=ON
+  make
+}
+
+check() {
+  cd build
+  # No test profile found
+  # pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list