community/grpc to 1.32.0-2

This commit is contained in:
Kevin Mihelich 2020-10-18 19:41:27 +00:00
parent 725040d8f4
commit 2984fd24a2

View file

@ -10,7 +10,7 @@ pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
pkgver=1.32.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'
@ -97,7 +97,7 @@ build() {
}
package_grpc() {
depends=('c-ares' 'protobuf' 'openssl')
depends=('c-ares' 'protobuf' 'openssl' 're2')
cd "$srcdir/$pkgbase-$pkgver/build"
make DESTDIR="$pkgdir" install
@ -106,7 +106,7 @@ package_grpc() {
package_python-grpcio() {
pkgdesc='Python language bindings for grpc, remote procedure call (RPC) framework'
depends=('c-ares' 'python')
depends=('c-ares' 'python' 're2')
cd "$srcdir/$pkgbase-$pkgver"
python setup.py install -O1 --skip-build --root="$pkgdir"