mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/grpc to 1.38.0-3
This commit is contained in:
parent
fa1df14e27
commit
b05f74f9e5
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue