summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-06-05 22:51:45 -0700
committerBenjamin Denhartog2018-06-05 22:52:09 -0700
commit8ca8a2e7f2f14810f6bc4362c329827f8ffaf4d1 (patch)
treefdac0b589239b534cd6d4854ed93e2e3f5c41d64 /PKGBUILD
parent3bad81ed351083f22f3d15785bf506f631997dac (diff)
downloadaur-8ca8a2e7f2f14810f6bc4362c329827f8ffaf4d1.tar.gz
remove erroneous 32-bit architecture value
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45350d95ccc9..7692c2d47b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="Tools and libraries SDK for managing resources on the Google Cloud Platform (gcloud), plus Python/PHP appengine SDK components"
url="https://cloud.google.com/sdk/"
license=("Apache")
-arch=('i686' 'x86_64')
+arch=('x86_64')
# replaces() only works for sysupgrade, not normal install/upgrade
conflicts=('google-appengine-python-php' 'google-appengine-go'
'google-appengine-python' 'google-appengine-php')