summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5f19fa9f678..6fe03bb08bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname="google-cloud-sdk"
pkgver=278.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")
@@ -23,12 +23,14 @@ source=(
"0001-fix-console-io-syntax-warning.patch"
"0002-set-python2-for-dev-appserver-py.patch"
"0003-set-python2-for-endpointscfg-py.patch"
+ "0004-fix-ipaddress-syntaxwarning.patch"
)
sha256sums=('38ee4f7000627d6be1fa553b68a42d3979a2986bfa5e9770a71840098bbeb625'
'a54f88947a2593fae4aa8f65e42de4ad735583ae743735305c0f36710a794295'
'b3faeb3af2922510048d12063fa215610f12879f5cc9f8b78786c7d9f2957c70'
'62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9'
- 'ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe')
+ 'ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe'
+ 'a23fe05f0438591b78b4baf1129f0601fe0cae8ceaa8f45eae675776317bbc9c')
prepare() {
cd "$pkgname"