[arch-commits] Commit in libbson/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 10 04:44:07 UTC 2018


    Date: Tuesday, April 10, 2018 @ 04:44:07
  Author: felixonmars
Revision: 315505

archrelease: copy trunk to community-x86_64

Added:
  libbson/repos/community-x86_64/PKGBUILD
    (from rev 315504, libbson/trunk/PKGBUILD)
Deleted:
  libbson/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 04:43:34 UTC (rev 315504)
+++ PKGBUILD	2018-04-10 04:44:07 UTC (rev 315505)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Tyler Brock <tyler at mongodb.com>
-# Contributor: monty <linksoft [at] gmx [dot] de>
-
-pkgname=libbson
-pkgver=1.9.3
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('0095ca0b1757cccf311eef9fccd8facb2deef4fe50ca41b2659eab4360537e7a04732565a841a2c1c985595b209c36b41066eb7922563708400583c89adcbc4f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 315504, libbson/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-10 04:44:07 UTC (rev 315505)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Tyler Brock <tyler at mongodb.com>
+# Contributor: monty <linksoft [at] gmx [dot] de>
+
+pkgname=libbson
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz")
+sha512sums=('0aa54b005f48b4a84f8a5718e70a2335c4c039961a3a7dc666af3e5ddef863b661eb2a2d0eb53c2be6da8cb21d699f5689f3193a1a06e2ae162970a9de38866f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list