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

Felix Yan felixonmars at archlinux.org
Sun Jul 8 11:39:04 UTC 2018


    Date: Sunday, July 8, 2018 @ 11:39:04
  Author: felixonmars
Revision: 354750

upgpkg: mongodb-tools 4.0.0-2

rebuild with openssl 1.1

Modified:
  mongodb-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 11:33:04 UTC (rev 354749)
+++ PKGBUILD	2018-07-08 11:39:04 UTC (rev 354750)
@@ -3,12 +3,12 @@
 
 pkgname=mongodb-tools
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
 arch=('x86_64')
 url="https://github.com/mongodb/mongo-tools"
 license=('Apache')
-depends=('libsasl' 'libpcap' 'openssl-1.0')
+depends=('libsasl' 'libpcap' 'openssl')
 makedepends=('go-pie')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz"
         "disable-sslv3.patch")
@@ -19,8 +19,6 @@
   cd mongo-tools-r$pkgver
   . ./set_gopath.sh
   mkdir bin
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
 }
 
 build() {



More information about the arch-commits mailing list