summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Fasching2019-08-08 20:13:34 +0200
committerAlexander Fasching2019-08-08 20:13:34 +0200
commit576b893882c1051f01056e50c68add12091acb55 (patch)
tree877ce9f0d5460484683ef2c627741306f2636810 /PKGBUILD
parente0c75564ee130a480282077066a6b913a1df4cc5 (diff)
downloadaur-576b893882c1051f01056e50c68add12091acb55.tar.gz
Don't use arch "any"
"any" should only be used when the package is architecture independent after building.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ede2c543912b..9d1a2f63d30f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=('python-grpcio-tools' 'python2-grpcio-tools')
pkgver=1.22.0
pkgrel=1
pkgdesc="Python protobuf generator for GRPC"
-arch=('any')
+arch=('x86_64' 'i686')
url="https://grpc.io/"
license=('Apache' )
_pkgname=grpcio-tools