summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2015-12-11 19:00:36 -0600
committerTroy Engel2015-12-11 19:00:36 -0600
commit15fe27731cb6e2d52139786747155c1cc7463ee4 (patch)
treec88306a621e0fdbba08d20b13b0f6f2821fac7aa
parente6e5d442f244892f00bf03c8e7de29eb89cec52c (diff)
downloadaur-15fe27731cb6e2d52139786747155c1cc7463ee4.tar.gz
version 90.0.0 (new Google SDK numbering scheme, see RELEASE_NOTES)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43f4bafa7252..6d546516d622 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Dec 12 00:59:23 UTC 2015
pkgbase = google-cloud-sdk
pkgdesc = Contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform
- pkgver = 0.9.85
- pkgrel = 4
+ pkgver = 90.0.0
+ pkgrel = 1
url = https://cloud.google.com/sdk/
arch = i686
arch = x86_64
@@ -13,13 +15,13 @@ pkgbase = google-cloud-sdk
optdepends = php: for PHP version of App Engine
options = !strip
options = staticlibs
- source_i686 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-0.9.85-linux-x86.tar.gz
+ source_i686 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-90.0.0-linux-x86.tar.gz
source_i686 = profile.sh
- sha1sums_i686 = eccae329216cdc48404ce97bc80f8ea628c59c96
+ sha1sums_i686 = 2c41fc498f72c283a7f0ded30654c490d713e756
sha1sums_i686 = 9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71
- source_x86_64 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-0.9.85-linux-x86_64.tar.gz
+ source_x86_64 = https://dl.google.com/dl/cloudsdk/release/downloads/google-cloud-sdk-90.0.0-linux-x86_64.tar.gz
source_x86_64 = profile.sh
- sha1sums_x86_64 = 3f439229dfc55a5473f95dc59d304c20ba91975b
+ sha1sums_x86_64 = 67f49403b8c708a745d410f36f2fe28e658b6e92
sha1sums_x86_64 = 9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71
pkgname = google-cloud-sdk
diff --git a/PKGBUILD b/PKGBUILD
index d8c164c50206..deca9ca014ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Justin Dray <justin@dray.be>
pkgname="google-cloud-sdk"
-pkgver=0.9.85
-pkgrel=4
+pkgver=90.0.0
+pkgrel=1
pkgdesc="Contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform"
url="https://cloud.google.com/sdk/"
license=("Apache")
@@ -20,13 +20,13 @@ options=('!strip' 'staticlibs')
# 64bit
source_x86_64=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86_64.tar.gz"
"profile.sh")
-sha1sums_x86_64=('3f439229dfc55a5473f95dc59d304c20ba91975b'
+sha1sums_x86_64=('67f49403b8c708a745d410f36f2fe28e658b6e92'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
# 32bit
source_i686=("https://dl.google.com/dl/cloudsdk/release/downloads/$pkgname-$pkgver-linux-x86.tar.gz"
"profile.sh")
-sha1sums_i686=('eccae329216cdc48404ce97bc80f8ea628c59c96'
+sha1sums_i686=('2c41fc498f72c283a7f0ded30654c490d713e756'
'9c09e242b113e50e3f2fa05b6c6c7b0ff33b4b71')
prepare() {
@@ -93,8 +93,6 @@ package() {
find "$pkgdir/opt/$pkgname" -name "*.html" -print0 | xargs -0 chmod -x
find "$pkgdir/opt/$pkgname" -name "*.json" -print0 | xargs -0 chmod -x
find "$pkgdir/opt/$pkgname" -name "*_test.py" -print0 | xargs -0 chmod +x
- find "$pkgdir/opt/$pkgname/lib/protorpc" -name "*.py" -print0 | \
- xargs -0 chmod -x
}