summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Denhartog2018-08-21 14:56:02 -0700
committerBenjamin Denhartog2018-08-21 14:56:02 -0700
commit791b785ff479f7479671252344a8847aa96cec42 (patch)
tree10827ecadd9dcc9732f8d0678d5d71c34eaf2a30
parent39a806821bdea30b9fe6db01bbd4da7207b0ed45 (diff)
downloadaur-791b785ff479f7479671252344a8847aa96cec42.tar.gz
remove provides param; pkgname is included by default
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e405fa053b82..759c52577be0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = google-cloud-sdk
license = Apache
depends = python2
optdepends = python2-crcmod: [gsutil] verify the integrity of GCS object contents
- provides = google-cloud-sdk
conflicts = google-cloud-sdk-minimal
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index e0c6e65c8696..8676e015f9b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcl
url="https://cloud.google.com/sdk/"
license=("Apache")
arch=('x86_64')
-provides=("$pkgname")
conflicts=("google-cloud-sdk-minimal")
depends=('python2')
optdepends=('python2-crcmod: [gsutil] verify the integrity of GCS object contents')