summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJingbei Li2017-04-28 22:31:42 +0800
committerJingbei Li2017-04-28 22:31:42 +0800
commit8dbc60b7501cb130ba0579f6eb9e4c91ba3a01b2 (patch)
tree67296cecd11451361b19723cc8d9f20978b949ea /PKGBUILD
parent7d5d6378bff1d67ed9670b73cecd3c7b7602e2db (diff)
downloadaur-8dbc60b7501cb130ba0579f6eb9e4c91ba3a01b2.tar.gz
add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29958e057f18..a2c59950f884 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=(
"hicolor-icon-theme: for hicolor theme hierarchy"
)
conflicts=("brackets-git" "brackets-bin")
-makedepends=('git' 'unzip' 'gtk2' 'python2')
+makedepends=('git' 'unzip' 'gtk2' 'python2' 'npm')
install=${pkgname}.install
source=("git+https://github.com/adobe/brackets-shell.git#branch=linux-1547"
#"brackets-shell::git+https://github.com/adobe/brackets-shell.git#tag=release-${pkgver}"