summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge2022-06-30 10:26:15 -0600
committerCopybara Bot2022-07-12 17:00:48 -0600
commit1c75b18ba45af645ae8921b9724725033e63e4a6 (patch)
treec94dfa5dbcfadad330d20c59dec2dc9747296c81
parent78756806bd5881439f8cd87de3d352834969feaf (diff)
downloadaur-1c75b18ba45af645ae8921b9724725033e63e4a6.tar.gz
feat: move //thirdparty/aur to //thirdparty/packages/archlinux
Change-Id: Ibfdda569bf6ccea3a833e725965e8ecb779d9529 GitOrigin-RevId: bcef64a17947f9ced41db108b04388df58289b10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2de950deb609..f2d78b2e6d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 392.0.0
+ pkgver = 391.0.0
pkgrel = 1
url = https://cloud.google.com/sdk/
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = google-cloud-sdk
optdepends = python-crcmod: [gsutil] verify the integrity of GCS object contents
options = !strip
options = staticlibs
- source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_392.0.0.orig.tar.gz
+ source = https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-sdk_391.0.0.orig.tar.gz
source = google-cloud-sdk.sh
source = 0001-set-python2-for-dev-appserver-py.patch
source = 0002-set-python2-for-endpointscfg-py.patch
source = 0003-add-compdef-to-zsh-completion.patch
source = 0004-collections-abc.patch
- sha256sums = 5e591bb2b69a2cdd8f887691c9cae38ebaa879e2272a8200bd3153ebc599089d
+ sha256sums = 75b5d9dc492af8613ecd1e0e865941b3b0d476fa32ca6071344c852b3e0270e5
sha256sums = ecd7b3895f6ecf1c6411f385bee3a4b64139976d72069469d323c8a09b97aaea
sha256sums = 62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9
sha256sums = ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe
diff --git a/PKGBUILD b/PKGBUILD
index 365e48bc25f9..d7e464ae0a35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# https://github.com/sudoforge/pkgbuilds
pkgname="google-cloud-sdk"
-pkgver=392.0.0
+pkgver=391.0.0
pkgrel=1
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/"
@@ -29,7 +29,7 @@ source=(
"0003-add-compdef-to-zsh-completion.patch"
"0004-collections-abc.patch"
)
-sha256sums=('5e591bb2b69a2cdd8f887691c9cae38ebaa879e2272a8200bd3153ebc599089d'
+sha256sums=('75b5d9dc492af8613ecd1e0e865941b3b0d476fa32ca6071344c852b3e0270e5'
'ecd7b3895f6ecf1c6411f385bee3a4b64139976d72069469d323c8a09b97aaea'
'62ec7f56e09168d375823e9e99fcdcfbf40b0fffdd75f35cf91122c5902c82e9'
'ff6065ce2e54ac654605bd5fe554313b1d0def2c31ce56ff39429098dd1e39fe'