summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba3f8fa8f97c..9c4025c1902e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Chris Clonch <chris at theclonchs dot com>
# Contributor: Justin Dray <justin@dray.be>
pkgname='chronograf'
-pkgver='1.4.4.1'
+pkgver='1.4.4.2'
pkgrel='1'
pkgdesc='Time-series data visualization tool for InfluxDB'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://github.com/InfluxData/chronograf'
license=('AGPL')
-makedepends=('go' 'git' 'make' 'npm' 'yarn' 'nodejs' 'python2')
+makedepends=('go' 'git' 'make' 'npm' 'yarn' 'nodejs<=9' 'python2')
backup=('etc/chronograf/chronograf.conf')
install="chronograf.install"
source=("git+https://github.com/influxdata/chronograf#tag=$pkgver"