summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-07-25 23:32:07 +0200
committerEmiel Wiedijk2018-07-25 23:32:07 +0200
commita25b73cb40248bdc42f56d01804b53079705887c (patch)
tree10f00033f2bb19bde19b8117a69c3c59ca6a13b9
parentf9c04c9df10d41351115a3ab93a4aa6db98c1a22 (diff)
downloadaur-a25b73cb40248bdc42f56d01804b53079705887c.tar.gz
Remove heroku-cli from provides/conflicts (is implicit)
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb585ea32ba6..9f9f2d5b86e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
license=('custom' 'ISC')
optdepends=('git: Deploying to Heroku')
-provides=('heroku-cli')
-conflicts=('heroku-cli' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
+conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
makedepends=(npm)
source=("https://github.com/heroku/cli/archive/v7.0.98.tar.gz")