[arch-commits] Commit in grpc/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Sat Oct 17 10:05:44 UTC 2020


    Date: Saturday, October 17, 2020 @ 10:05:44
  Author: mtorromeo
Revision: 725307

fixed missing re2 dependency

Modified:
  grpc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-17 10:05:24 UTC (rev 725306)
+++ PKGBUILD	2020-10-17 10:05:44 UTC (rev 725307)
@@ -7,7 +7,7 @@
 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'
@@ -85,7 +85,7 @@
 }
 
 package_grpc() {
-  depends=('c-ares' 'protobuf' 'openssl')
+  depends=('c-ares' 'protobuf' 'openssl' 're2')
 
   cd "$srcdir/$pkgbase-$pkgver/build"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list