community/grpc to 1.34.0-2

This commit is contained in:
Kevin Mihelich 2020-12-05 03:38:10 +00:00
parent a72129e0c9
commit 8af770759f

View file

@ -10,7 +10,7 @@ pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
pkgver=1.34.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'
@ -83,6 +83,20 @@ build() {
package_grpc() {
depends=('c-ares' 'protobuf' 'openssl' 're2')
provides=(
'libupb.so'
'libgrpcpp_channelz.so'
'libgrpc_unsecure.so'
'libgrpc_plugin_support.so'
'libgrpc.so'
'libgrpc++_unsecure.so'
'libgrpc++_reflection.so'
'libgrpc++_error_details.so'
'libgrpc++_alts.so'
'libgrpc++.so'
'libgpr.so'
'libaddress_sorting.so'
)
cd "$srcdir/$pkgbase-$pkgver/build"
make DESTDIR="$pkgdir" install