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 12f4b7b50e79..72687f9c621c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-grpcio-tools
pkgdesc = Python protobuf generator for GRPC
- pkgver = 1.24.1
+ pkgver = 1.24.3
pkgrel = 1
url = https://grpc.io/
arch = x86_64
@@ -10,8 +10,8 @@ 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.24.1.tar.gz
- sha512sums = e3fe556bf3cb8076029d85fbaed6c77fcf86af701d82e91ee9985b3a649d196072c64dfe127a683b36d808a6b07e3f9721dbe6db4cf81a547fa772d95be9be55
+ source = https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-1.24.3.tar.gz
+ sha512sums = 89d12beadead3c68532a769795446a9edca96be495ea2af42bf1934e86cc06d06fc345f7847b17a088d66a2c4390461533be075a93e3d5c255c625da097812ab
pkgname = python-grpcio-tools
diff --git a/PKGBUILD b/PKGBUILD
index b4e3da34196a..928547649e04 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.24.1
+pkgver=1.24.3
pkgrel=1
pkgdesc="Python protobuf generator for GRPC"
arch=('x86_64' 'i686')
@@ -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=('e3fe556bf3cb8076029d85fbaed6c77fcf86af701d82e91ee9985b3a649d196072c64dfe127a683b36d808a6b07e3f9721dbe6db4cf81a547fa772d95be9be55')
+sha512sums=('89d12beadead3c68532a769795446a9edca96be495ea2af42bf1934e86cc06d06fc345f7847b17a088d66a2c4390461533be075a93e3d5c255c625da097812ab')
build() {
cd "$srcdir/$_pkgname-$pkgver"