summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArturo Penen2024-11-20 06:42:53 +0100
committerArturo Penen2024-11-20 06:42:53 +0100
commit304ff526d718d08e56c3a0e3079ca6bb6155fef0 (patch)
tree605183e26f49870a9ef1ff11472435cd1de44c02 /PKGBUILD
parent44ab222e91b0e1c5a2899abb1c285dc056cd91be (diff)
downloadaur-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--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3cd5ad0df10..e58093527187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"