summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2020-04-23 09:29:29 -0700
committerBenjamin Denhartog2020-04-23 09:29:29 -0700
commite2e79366ce33b0a62442231ce4b51bebf4832423 (patch)
tree19da1eb3bd79a21da183809f13dbecba0296ae79
parent47b16deaf6ca49858515d23bbc583e73ae5bdd08 (diff)
downloadaur-e2e79366ce33b0a62442231ce4b51bebf4832423.tar.gz
fix(google-cloud-sdk): change mode of bash completion from 0755 to 0644
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30a9695ebd53..a2e6dddd65d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 289.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://cloud.google.com/sdk/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 3b5b5eae57eb..f4a3f09495e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname="google-cloud-sdk"
pkgver=289.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")
@@ -66,7 +66,7 @@ package() {
install -D -m 0755 "${srcdir}/${source[1]}" \
"${pkgdir}/etc/profile.d/google-cloud-sdk.sh"
- install -D -m 0755 "${pkgdir}/opt/${pkgname}/completion.bash.inc" \
+ install -D -m 0644 "${pkgdir}/opt/${pkgname}/completion.bash.inc" \
"${pkgdir}/etc/bash_completion.d/google-cloud-sdk"
mkdir -p "${pkgdir}/usr/share"