summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Fasching2021-03-01 14:19:33 +0100
committerAlexander Fasching2021-03-01 14:19:33 +0100
commit12c467b6465a09fe17bf3d35a34370d802a84963 (patch)
tree9048615e70c8cb0c0324464ec6ea37905a22442d
parentf51147d773edd89c52246ab2a35a4e8d34f0e958 (diff)
downloadaur-12c467b6465a09fe17bf3d35a34370d802a84963.tar.gz
upgpkg: python-grpcio-tools 1.36.0-2
Add armv7h and aarch64 to arch array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85cad7b48f4..25d1f1abd240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = python-grpcio-tools
pkgdesc = Python protobuf generator for GRPC
pkgver = 1.36.0
- pkgrel = 1
+ pkgrel = 2
url = https://grpc.io/
arch = x86_64
arch = i686
+ arch = armv7h
+ arch = aarch64
license = Apache
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 009290a131ad..955613db7778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname='python-grpcio-tools'
pkgver=1.36.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python protobuf generator for GRPC"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://grpc.io/"
license=('Apache' )
_pkgname=grpcio-tools