[arch-commits] Commit in libbson/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 21 08:42:55 UTC 2016
Date: Friday, October 21, 2016 @ 08:42:54
Author: felixonmars
Revision: 192832
archrelease: copy trunk to community-i686, community-x86_64
Added:
libbson/repos/community-i686/PKGBUILD
(from rev 192831, libbson/trunk/PKGBUILD)
libbson/repos/community-x86_64/PKGBUILD
(from rev 192831, libbson/trunk/PKGBUILD)
Deleted:
libbson/repos/community-i686/PKGBUILD
libbson/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ----------------------
community-x86_64/PKGBUILD | 27 ----------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-21 08:42:23 UTC (rev 192831)
+++ community-i686/PKGBUILD 2016-10-21 08:42:54 UTC (rev 192832)
@@ -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.4.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
- cd "$srcdir/$pkgname"
- ./autogen.sh --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir/" install
-}
Copied: libbson/repos/community-i686/PKGBUILD (from rev 192831, libbson/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-21 08:42:54 UTC (rev 192832)
@@ -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.4.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd "$srcdir/$pkgname"
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ make DESTDIR="$pkgdir/" install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-21 08:42:23 UTC (rev 192831)
+++ community-x86_64/PKGBUILD 2016-10-21 08:42:54 UTC (rev 192832)
@@ -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.4.1
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python' 'git')
-source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
- cd "$srcdir/$pkgname"
- ./autogen.sh --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="$pkgdir/" install
-}
Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 192831, libbson/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-21 08:42:54 UTC (rev 192832)
@@ -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.4.2
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python' 'git')
+source=("git+https://github.com/mongodb/$pkgname.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+ cd "$srcdir/$pkgname"
+ ./autogen.sh --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list