diff options
author | Arturo Penen | 2024-11-20 06:42:53 +0100 |
---|---|---|
committer | Arturo Penen | 2024-11-20 06:42:53 +0100 |
commit | 304ff526d718d08e56c3a0e3079ca6bb6155fef0 (patch) | |
tree | 605183e26f49870a9ef1ff11472435cd1de44c02 /PKGBUILD | |
parent | 44ab222e91b0e1c5a2899abb1c285dc056cd91be (diff) | |
download | aur-python-grpcio-status.tar.gz |
chore: version 1.68.0
Signed-off-by: Arturo Penen <arturo.penen@diagroup.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _name=grpcio_status pkgname=python-grpcio-status -pkgver=1.66.1 +pkgver=1.68.0 pkgrel=1 pkgdesc="Status proto mapping for gRPC" url=https://grpc.io @@ -13,7 +13,7 @@ depends=(python python-google-api-core python-proto-plus python-protobuf makedepends=(python-setuptools python-wheel python-installer python-build) options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('b3f7d34ccc46d83fea5261eea3786174459f763c31f6e34f1d24eba6d515d024') +sha256sums=('8369823de22ab6a2cddb3804669c149ae7a71819e127c2dca7c2322028d52bea') build() { cd "$_name-$pkgver" |