summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1fcfb9b71f..84b94922caaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-grpcio-tools
pkgdesc = Python protobuf generator for GRPC
- pkgver = 1.39.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://grpc.io/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-grpcio-tools
depends = python
depends = python-grpcio
depends = python-protobuf
- source = https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-1.39.0.tar.gz
- sha512sums = 60f9e96fa3d572b616752b1b8055e160f34ac6115b01d565c659b1425c78d457b800128cedcc6ca5f710b069f4300dcfacc2f246252bc712f2d9e90cbfc8d232
+ source = https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-1.40.0.tar.gz
+ sha512sums = 722db1b54bc4c897e5b6827c6829bfabdb7f2c56a437e893654236e77fb8d34cc0935c4060805c3dc2e19ac5504ca59198e3cc1d57973104cf469387a4f61701
pkgname = python-grpcio-tools
diff --git a/PKGBUILD b/PKGBUILD
index a12f6a20b107..3afcf2e10b16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Bugreports can be filed at https://github.com/alexf91/AUR-PKGBUILDs
pkgname='python-grpcio-tools'
-pkgver=1.39.0
+pkgver=1.40.0
pkgrel=1
pkgdesc="Python protobuf generator for GRPC"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ noextract=()
depends=('python' 'python-grpcio' 'python-protobuf')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('60f9e96fa3d572b616752b1b8055e160f34ac6115b01d565c659b1425c78d457b800128cedcc6ca5f710b069f4300dcfacc2f246252bc712f2d9e90cbfc8d232')
+sha512sums=('722db1b54bc4c897e5b6827c6829bfabdb7f2c56a437e893654236e77fb8d34cc0935c4060805c3dc2e19ac5504ca59198e3cc1d57973104cf469387a4f61701')
build() {
cd "$srcdir/$_pkgname-$pkgver"