summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Denhartog2021-05-19 15:08:22 -0600
committerBenjamin Denhartog2021-05-19 22:03:04 -0600
commite1a9725b0f7ab6638490cecbcdb625ba5d6021c2 (patch)
tree8da93cde8e588df8be5a46dacaee2251aff28745 /PKGBUILD
parent94a5fe0de66bbab3268bd0bbb535934ecf4c8502 (diff)
downloadaur-e1a9725b0f7ab6638490cecbcdb625ba5d6021c2.tar.gz
feat: standardize PKGBUILDs
This commit brings in several changes: - Adding a comment header indicating the public SoT for the packages - Refactoring packages that build with Bazel to use a Bazelisk binary - Minor other improvements and changes GitOrigin-RevId: 8f688b88aee92af8d9cc15ace1499cc83ded8e25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1660831cfbfc..7b7589b831fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,12 @@
# Contributor: Sebastien Bariteau <numkem@numkem.org>
# Contributor: Justin Dray <justin@dray.be>
+# For ISSUES, REQUESTS, and QUESTIONS:
+# https://github.com/sudoforge/pkgbuilds
+
pkgname="google-cloud-sdk"
pkgver=340.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")