summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-03-22 08:31:44 -0700
committerBenjamin Denhartog2020-03-22 08:31:44 -0700
commit8a2fd3031a2a5ce19602c5882f7cbbf3559c7461 (patch)
tree29ba52eb145bc0b3da568271faf0b4f041592b95
parent77f2e9d507d32474606dabb68e10204f28faf08d (diff)
downloadaur-8a2fd3031a2a5ce19602c5882f7cbbf3559c7461.tar.gz
feat(google-cloud-sdk): move python2 to optdeps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ea181d9c4be..c35f0e46e381 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 = 285.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
depends = python
- depends = python2
+ optdepends = python2: for dev_appserver.py and endpointscfg support
optdepends = python-crcmod: [gsutil] verify the integrity of GCS object contents
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 4d8c5be7aa48..cd22b2f51434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,14 @@
pkgname="google-cloud-sdk"
pkgver=285.0.1
-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=('python' 'python2')
+depends=('python')
optdepends=(
+ "python2: for dev_appserver.py and endpointscfg support"
"python-crcmod: [gsutil] verify the integrity of GCS object contents"
)
options=('!strip' 'staticlibs')