extra/grpc to 1.64.0-2

This commit is contained in:
David Beauchamp 2024-05-24 18:46:51 -04:00
parent 49c2c11971
commit 0eeba22fd8
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = grpc
pkgdesc = High performance, open source, general RPC framework that puts mobile and HTTP/2 first.
pkgver = 1.64.0
pkgrel = 1
pkgrel = 2
url = https://grpc.io
arch = x86_64
license = Apache-2.0
@ -13,7 +13,7 @@ pkgbase = grpc
makedepends = c-ares
makedepends = openssl
makedepends = chrpath
makedepends = cython0
makedepends = cython
makedepends = cmake
makedepends = benchmark
makedepends = abseil-cpp

View file

@ -9,12 +9,12 @@ pkgbase='grpc'
pkgname=('grpc' 'python-grpcio' 'python-grpcio-tools' 'php-grpc' 'php-legacy-grpc' 'grpc-cli')
pkgver=1.64.0
_gtestver=0e402173c97aea7a00749e825b194bfede4f2e45
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'
license=('Apache-2.0')
makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 'c-ares' 'openssl' 'chrpath' 'cython0'
makedepends=('re2' 're2c' 'protobuf' 'php' 'php-legacy' 'c-ares' 'openssl' 'chrpath' 'cython'
'cmake' 'benchmark' 'abseil-cpp' 'ninja' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://github.com/grpc/grpc/archive/v$pkgver/$pkgbase-$pkgver.tar.gz"
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz")