summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2020-11-06 07:42:19 -0500
committerMatthew McGinn2020-11-06 07:42:19 -0500
commitd79e843b316eaddb8dbd1ae59fc3703673005270 (patch)
tree89964488cc934f1e653503dbbc06238d46741b99 /PKGBUILD
parent6230a201e11b196fed2e8fd573cbed4bd90a0a5a (diff)
downloadaur-d79e843b316eaddb8dbd1ae59fc3703673005270.tar.gz
update node dependencies
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b4c4d72ef0d..b4f271975ff2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://www.influxdata.com/time-series-platform/chronograf/'
_github_url="https://github.com/influxdata/chronograf"
license=('AGPL')
-makedepends=('go' 'git' 'make' 'npm' 'yarn' 'nodejs-lts-dubnium' 'python2' 'go-bindata')
+makedepends=('go' 'git' 'make' 'npm' 'yarn' 'nodejs' 'python2' 'go-bindata')
depends=('glibc')
backup=('etc/chronograf/chronograf.conf')
install="chronograf.install"