[arch-commits] Commit in mongodb-tools/trunk (PKGBUILD i686.patch)
Felix Yan
fyan at archlinux.org
Fri Apr 10 05:58:45 UTC 2015
Date: Friday, April 10, 2015 @ 07:58:44
Author: fyan
Revision: 131082
upgpkg: mongodb-tools 3.1.1-1
Modified:
mongodb-tools/trunk/PKGBUILD
Deleted:
mongodb-tools/trunk/i686.patch
------------+
PKGBUILD | 12 ++++--------
i686.patch | 11 -----------
2 files changed, 4 insertions(+), 19 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-09 19:58:59 UTC (rev 131081)
+++ PKGBUILD 2015-04-10 05:58:44 UTC (rev 131082)
@@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=mongodb-tools
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
arch=('i686' 'x86_64')
url="https://github.com/mongodb/mongo-tools"
@@ -10,15 +10,11 @@
license=('Apache')
depends=('libsasl')
makedepends=('git' 'go')
-source=("git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver"
- i686.patch)
-md5sums=('SKIP'
- '1e77521c9040575ab1e7ed91ac6e410c')
+source=("git+https://github.com/mongodb/mongo-tools.git#tag=r$pkgver")
+md5sums=('SKIP')
prepare() {
cd mongo-tools
- # https://github.com/mongodb/mongo-tools/issues/13
- patch -p0 -i ../i686.patch
}
build() {
Deleted: i686.patch
===================================================================
--- i686.patch 2015-04-09 19:58:59 UTC (rev 131081)
+++ i686.patch 2015-04-10 05:58:44 UTC (rev 131082)
@@ -1,11 +0,0 @@
---- vendor/src/github.com/spacemonkeygo/openssl/ctx.go.orig 2015-03-09 23:14:45.000000000 +0100
-+++ vendor/src/github.com/spacemonkeygo/openssl/ctx.go 2015-03-26 13:41:39.730177906 +0100
-@@ -533,7 +533,7 @@
- return nil
- }
-
--type Options int
-+type Options int64
-
- const (
- // NoCompression is only valid if you are using OpenSSL 1.0.1 or newer
More information about the arch-commits
mailing list