summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2019-11-05 16:42:33 -0800
committerBenjamin Denhartog2019-11-05 16:42:33 -0800
commita4a3a51126f8046cffcec5397a8e2824cc08fca1 (patch)
tree5f8edb292f092c94783146a34985e6f0a8651a7e
parent7294bd9d565173f7ce605d7740b5c0b854b71c90 (diff)
downloadaur-a4a3a51126f8046cffcec5397a8e2824cc08fca1.tar.gz
new release: google-cloud-sdk 270.0.0-3
fix typo in optdep for python3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb87a2ced6fe..aa573588cd1c 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 = 270.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
depends = python2
- optdepends = python3: experimental support. see https://cloud.google.com/sdk/gcloud/reference/topic/startup
+ optdepends = python: experimental 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 080aac4b6ec5..364c8adf6041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
pkgname="google-cloud-sdk"
pkgver=270.0.0
-pkgrel=2
+pkgrel=3
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=(
- "python3: experimental support. see https://cloud.google.com/sdk/gcloud/reference/topic/startup"
+ "python: experimental 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')