summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolarian2023-03-09 13:48:20 +0000
committerPolarian2023-03-09 13:48:41 +0000
commit7978ebe0ffe745afb3ebf1441c43ec0bcbcfb64b (patch)
tree553f1a78466aca0c9a29fa626782a9f7248483f8
parent980c02fd839748f749c793313aa3a1407bd7be39 (diff)
downloadaur-7978ebe0ffe745afb3ebf1441c43ec0bcbcfb64b.tar.gz
Removed conflicts and provides as redundant
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27a97ba5cec9..231ff8cdb30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = google-cloud-cli
pkgdesc = A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq.
pkgver = 421.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://cloud.google.com/cli/
arch = x86_64
license = Apache
depends = python
optdepends = python2: for dev_appserver.py and endpointscfg support
optdepends = python-crcmod: [gsutil] verify the integrity of GCS object contents
- provides = google-cloud-sdk
- conflicts = google-cloud-sdk
options = !strip
options = staticlibs
source = google-cloud-cli-421.0.0.orig.tar.gz::https://dl.google.com/dl/cloudsdk/release/downloads/for_packagers/linux/google-cloud-cli_421.0.0.orig.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1316966b8c88..317c84c23d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,14 +13,12 @@
_extractedName="google-cloud-sdk"
pkgname="google-cloud-cli"
pkgver=421.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/cli/"
license=("Apache")
arch=('x86_64')
depends=('python')
-conflicts=('google-cloud-sdk')
-provides=('google-cloud-sdk')
optdepends=(
"python2: for dev_appserver.py and endpointscfg support"
"python-crcmod: [gsutil] verify the integrity of GCS object contents"