summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 319305fc1117..2053cb17e4dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,10 @@ license=('custom' 'ISC')
depends=('nodejs')
makedepends=('npm')
optdepends=('git: Deploying to Heroku')
-conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
-# source=("https://registry.npmjs.org/heroku/-/heroku-$pkgver.tgz")
+conflicts=('heroku-cli-bin' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
source=("https://github.com/heroku/cli/archive/v$pkgver.tar.gz")
-# source=("cli-source::git+https://github.com/heroku/cli.git#tag=v$pkgver")
sha256sums=('fd64dc2aed5e29de3e951e8e0e694827b1f1ea42e482d839b262a9b1409ad063')
sha512sums=('8f468a40ff3724cf10f03b17782f739ea1f64abcc5b55111f951f66bad5db608d769993ee21763cd28f6ccfe6da5556bc7fd5290df3286ac26c0f1aa4f90c291')
-# noextract=("heroku-$pkgver.tgz")
options=('!strip')
provides=('heroku' 'heroku-cli')