summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2020-02-15 16:22:14 +0100
committerAlexander Fasching2020-02-15 16:22:14 +0100
commit10651ac9e5d284a2a337087d1b2682c2050ca5d3 (patch)
treef78f040e4634b5664f441f5f03bdf9b03b94b1f8 /PKGBUILD
parent69d8399a65b44c33bdb74e87f682e3e0a913042c (diff)
downloadaur-10651ac9e5d284a2a337087d1b2682c2050ca5d3.tar.gz
upgpkg: python-grpcio-tools 1.27.2-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 bb14ad900bd1..c5abf6e9d1cc 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.27.1
+pkgver=1.27.2
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=('b4e681ea2e635df74d2087f992b84a8069eab70ee9538d0e0463d391d307db5440197662d64d331fdac18ece324976a0e228a53082b4582d46a137b3e806aaa3')
+sha512sums=('1e4f6f1daaf8bd6ca08419e8810e28c5d959634b47202f1932e530590ddb33c3e49c73edfd67e95dace7c4e8735372d3b0ffaa3686cb4a539d6205fa5d4ab24d')
build() {
cd "$srcdir/$_pkgname-$pkgver"