summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-07-25 23:32:30 +0200
committerEmiel Wiedijk2018-07-25 23:32:30 +0200
commit58d25e7710f93e2d263bc5978ccac4421d79cb33 (patch)
tree0e9784eb358720946ae1651429cbc5b3010c07cb
parenta25b73cb40248bdc42f56d01804b53079705887c (diff)
downloadaur-58d25e7710f93e2d263bc5978ccac4421d79cb33.tar.gz
Sort arrays
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f9f2d5b86e7..c625d99dc9c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ pkgdesc="a tool for creating and managing Heroku apps from the command line"
arch=('x86_64')
url="https://devcenter.heroku.com/articles/heroku-cli"
license=('custom' 'ISC')
+makedepends=('npm')
optdepends=('git: Deploying to Heroku')
conflicts=('heroku-client-standalone' 'heroku-toolbelt' 'ruby-heroku')
-makedepends=(npm)
source=("https://github.com/heroku/cli/archive/v7.0.98.tar.gz")
build() {