[arch-commits] Commit in grpc/trunk (PKGBUILD)
Massimiliano Torromeo
mtorromeo at archlinux.org
Wed Jun 2 21:09:06 UTC 2021
Date: Wednesday, June 2, 2021 @ 21:09:05
Author: mtorromeo
Revision: 953444
upgpkg: grpc 1.38.0-3: fixed dependencies for python-grpcio (Fixes FS#71104)
Modified:
grpc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-02 21:08:24 UTC (rev 953443)
+++ PKGBUILD 2021-06-02 21:09:05 UTC (rev 953444)
@@ -6,7 +6,7 @@
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'
@@ -123,7 +123,7 @@
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"
More information about the arch-commits
mailing list