summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedrield2018-06-27 12:11:26 -0400
committerRedrield2018-06-27 12:11:26 -0400
commit9fbd6c4c9355364d2c5b4c71c5070cf218c6156e (patch)
tree3f39fac32a55d5e987d4b729535a4f39de1b50f9
parent28f830e885efe63f36955f1080ab409dd544cc0a (diff)
downloadaur-9fbd6c4c9355364d2c5b4c71c5070cf218c6156e.tar.gz
Add npm as makedepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37fad56ead7e..a9280c350dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = heroku-cli
pkgdesc = a tool for creating and managing Heroku apps from the command line
pkgver = 7.0.98
- pkgrel = 1
+ pkgrel = 2
url = https://devcenter.heroku.com/articles/heroku-cli
arch = i686
arch = x86_64
license = custom
license = ISC
+ makedepends = npm
optdepends = git: Deploying to Heroku
provides = heroku-cli
conflicts = heroku-cli
diff --git a/PKGBUILD b/PKGBUILD
index ad0114aa8b6f..75d974ba5e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=heroku-cli
pkgver=7.0.98
_builddir=cli-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('i686' 'x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
@@ -11,6 +11,7 @@ license=('custom' 'ISC')
optdepends=('git: Deploying to Heroku')
provides=('heroku-cli')
conflicts=('heroku-cli' 'heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
+makedepends=(npm)
source=("https://github.com/heroku/cli/archive/v7.0.98.tar.gz")
build() {