summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2020-12-06 05:05:01 +0100
committerAlexander Fasching2020-12-06 05:05:01 +0100
commitc065a0a1f16fae3021965ab81548c8a8fde50122 (patch)
treebb13cea7fea1c8c581f8f371e37f96fccec71637 /PKGBUILD
parent8e9491b1d8922adf25ca1341a0d2bd3b91d998c1 (diff)
downloadaur-c065a0a1f16fae3021965ab81548c8a8fde50122.tar.gz
upgpkg: python-grpcio-tools 1.34.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d51beef87559..ce1ce0fd5fef 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.33.2
+pkgver=1.34.0
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=('40a1457868c94cc65108d886323149cf564c1d3857e6475e53bdcdedc587e38285c524060cc55d051a578b7045b63f2ec369714c00d069bb69f0e72b7d65a2bc')
+sha512sums=('fc54a71de5026978b20b69d32b5e38df9e54609cf66b73fedbe0af7b46c8b25da74eb3cffd831335aba23e3e05534b945da52bbab9eaf0e8de13a5ec0fc1db04')
build() {
cd "$srcdir/$_pkgname-$pkgver"