community/grpc to 1.38.0-3

This commit is contained in:
Kevin Mihelich 2021-06-02 23:11:31 +00:00
parent fa1df14e27
commit b05f74f9e5

View file

@ -9,7 +9,7 @@ pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'php-grpc' 'php7-grpc' 'grpc-cli')
pkgver=1.38.0
_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
pkgrel=2
pkgrel=3
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
arch=('x86_64')
url='https://grpc.io'
@ -130,7 +130,7 @@ package_grpc() {
package_python-grpcio() {
pkgdesc='Python language bindings for grpc, remote procedure call (RPC) framework'
depends=('c-ares' 'python' 're2')
depends=('c-ares' 'python' 're2' 'abseil-cpp')
cd "$srcdir/$pkgbase-$pkgver"
python setup.py install -O1 --skip-build --root="$pkgdir"