summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-11-19 20:17:08 -0800
committerBenjamin Denhartog2019-11-19 20:17:08 -0800
commitb8d473dbab4a0733d9ac1d2da2087e515569b484 (patch)
treea293523a0418441be155629e6745d4bf3ec547e0
parent67717a7dd1e4862b24c071359c8f8233ffdac4e8 (diff)
downloadaur-b8d473dbab4a0733d9ac1d2da2087e515569b484.tar.gz
new release: google-cloud-sdk 272.0.0-2
272.0.0 release notes state that python 3.5+ has graduated to beta support.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5870d3f6cfe1..792c17da6493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = google-cloud-sdk
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
pkgver = 272.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
depends = python2
- optdepends = python: experimental support for python3. see https://cloud.google.com/sdk/gcloud/reference/topic/startup
+ optdepends = python: [cli] beta support for python3. see https://cloud.google.com/sdk/gcloud/reference/topic/startup
optdepends = python2-crcmod: [gsutil] verify the integrity of GCS object contents
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 33496949f0db..f2ebc2e9c8f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@
pkgname="google-cloud-sdk"
pkgver=272.0.0
-pkgrel=1
+pkgrel=2
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/sdk/"
license=("Apache")
arch=('x86_64')
depends=('python2')
optdepends=(
- "python: experimental support for python3. see https://cloud.google.com/sdk/gcloud/reference/topic/startup"
+ "python: [cli] beta support for python3. see https://cloud.google.com/sdk/gcloud/reference/topic/startup"
"python2-crcmod: [gsutil] verify the integrity of GCS object contents"
)
options=('!strip' 'staticlibs')