mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/grpc to 1.27.1-1
This commit is contained in:
parent
f082e9aabb
commit
db6369bfa9
1 changed files with 6 additions and 6 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
pkgbase='grpc'
|
||||
pkgname=('grpc' 'python-grpcio' 'php-grpc' 'grpc-cli')
|
||||
pkgver=1.27.0
|
||||
pkgver=1.27.1
|
||||
_gtestver=c9ccac7cb7345901884aabf5d1a786cfa6e2f397
|
||||
_abseilcppver=37dd2562ec830d547a1524bb306be313ac3f2556
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="High performance, open source, general RPC framework that puts mobile and HTTP/2 first."
|
||||
arch=('x86_64')
|
||||
url='https://grpc.io'
|
||||
|
@ -19,7 +19,7 @@ makedepends=('re2c' 'protobuf' 'php' 'c-ares' 'openssl' 'chrpath' 'gflags' 'cyth
|
|||
source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
"https://github.com/google/googletest/archive/$_gtestver/googletest-$_gtestver.tar.gz"
|
||||
"https://github.com/abseil/abseil-cpp/archive/$_abseilcppver/abseil-cpp-$_abseilcppver.tar.gz")
|
||||
sha256sums=('3ccc4e5ae8c1ce844456e39cc11f1c991a7da74396faabe83d779836ef449bce'
|
||||
sha256sums=('2df2804a89dc707b8402b4c946956203d2bc1814a4ef4d09a40fa2c4ae1729b8'
|
||||
'443d383db648ebb8e391382c0ab63263b7091d03197f304390baac10f178a468'
|
||||
'19391fb4882601a65cb648d638c11aa301ce5f525ef02da1a9eafd22f72d7c59')
|
||||
|
||||
|
@ -79,7 +79,7 @@ package_grpc() {
|
|||
}
|
||||
|
||||
package_python-grpcio() {
|
||||
description='Python language bindings for grpc, remote procedure call (RPC) framework'
|
||||
pkgdesc='Python language bindings for grpc, remote procedure call (RPC) framework'
|
||||
depends=('c-ares' 'python')
|
||||
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
|
@ -88,7 +88,7 @@ package_python-grpcio() {
|
|||
}
|
||||
|
||||
package_php-grpc() {
|
||||
description='gRPC module for PHP'
|
||||
pkgdesc='gRPC module for PHP'
|
||||
depends=('grpc' 'php')
|
||||
backup=('etc/php/conf.d/grpc.ini')
|
||||
|
||||
|
@ -105,7 +105,7 @@ package_php-grpc() {
|
|||
}
|
||||
|
||||
package_grpc-cli() {
|
||||
description='gRPC protocol buffers cli'
|
||||
pkgdesc='gRPC protocol buffers cli'
|
||||
depends=('c-ares' 'gflags' 'protobuf' 'openssl')
|
||||
|
||||
cd "$srcdir/$pkgbase-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue