summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolarian2023-06-01 00:22:29 +0000
committerPolarian2023-06-01 00:22:29 +0000
commit15d0814331a7bc6007a12abbfe4990dcd608e07f (patch)
tree51279b57a5602eb178dbdbc809b85363450beced
parent0cd5b0b9f5ff6c2d9163b8cabd9b8beb4ed7d700 (diff)
downloadaur-15d0814331a7bc6007a12abbfe4990dcd608e07f.tar.gz
Bumped package to 433.0.0; Changed arch to any (#4)
- Bumped package to version 433.0.0 - Changed architecture to 'any', tested by frozeus on [aur](https://aur.archlinux.org/packages/google-cloud-cli), and verified it was cross-platform. Reviewed-on: https://git.polarian.dev/AUR/google-cloud-cli/pulls/4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef9ef70fec9..a1cc791fb8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = google-cloud-cli
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
- pkgver = 432.0.0
+ pkgver = 433.0.0
pkgrel = 1
url = https://cloud.google.com/cli/
- arch = x86_64
+ arch = any
license = Apache
depends = python
optdepends = python2: for dev_appserver.py and endpointscfg support
@@ -12,11 +12,11 @@ pkgbase = google-cloud-cli
conflicts = google-cloud-sdk
options = !strip
options = staticlibs
- source = google-cloud-cli-432.0.0.orig.tar.gz::https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-cli_432.0.0.orig.tar.gz
+ source = google-cloud-cli-433.0.0.orig.tar.gz::https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-cli_433.0.0.orig.tar.gz
source = google-cloud-cli.sh
source = 0001-set-python2-for-dev-appserver-py.patch
source = 0003-add-compdef-to-zsh-completion.patch
- sha256sums = 54c6a8b2d1438f6a009912952901012c6b8aa95f842ef3cecec68a792e209bce
+ sha256sums = a769e21c907eca0a66015a255d4be342bf120562980ea20eaa5a106e0e1e1096
sha256sums = e03ffb8a534b175dc497621a0396bcc29884279daa519e2cb90bd98c61d6530a
sha256sums = 62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9
sha256sums = 4694f5191ceea7cf8076861ce5790ba9e809023da278b0f6ed862b9611e5aa93
diff --git a/PKGBUILD b/PKGBUILD
index 80e7f74578f6..764b4875d06f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,12 @@
_extractedName="google-cloud-sdk"
pkgname="google-cloud-cli"
-pkgver=432.0.0
+pkgver=433.0.0
pkgrel=1
pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq."
url="https://cloud.google.com/cli/"
license=("Apache")
-arch=('x86_64')
+arch=('any')
depends=('python')
optdepends=(
"python2: for dev_appserver.py and endpointscfg support"
@@ -33,7 +33,7 @@ source=(
)
conflicts=('google-cloud-sdk')
provides=('google-cloud-sdk')
-sha256sums=('54c6a8b2d1438f6a009912952901012c6b8aa95f842ef3cecec68a792e209bce'
+sha256sums=('a769e21c907eca0a66015a255d4be342bf120562980ea20eaa5a106e0e1e1096'
'e03ffb8a534b175dc497621a0396bcc29884279daa519e2cb90bd98c61d6530a'
'62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9'
'4694f5191ceea7cf8076861ce5790ba9e809023da278b0f6ed862b9611e5aa93')