[arch-commits] Commit in grpc/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Wed Jul 8 19:46:23 UTC 2020
Date: Wednesday, July 8, 2020 @ 19:46:23
Author: mtorromeo
Revision: 661770
upgpkg: grpc 1.30.0-2: Fixed missing dependency declaration
Modified:
grpc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-08 19:43:53 UTC (rev 661769)
+++ PKGBUILD 2020-07-08 19:46:23 UTC (rev 661770)
@@ -7,12 +7,12 @@
pkgver=1.30.0
_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
_abseilcppver=20200225.2
-pkgrel=1
+pkgrel=2
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
arch=('x86_64')
url='https://grpc.io'
license=('BSD')
-makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 'cython' 'cmake')
+makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 'cython' 'cmake' 'benchmark')
source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz"
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz"
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz")
@@ -69,7 +69,7 @@
}
package_grpc() {
- depends=('c-ares' 'protobuf' 'openssl')
+ depends=('c-ares' 'protobuf' 'openssl' 'benchmark')
cd "$srcdir/$pkgbase-$pkgver/build"
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list