summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f575359fced..a3db19245845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chris Clonch <chris at theclonchs dot com>
# Contributor: Justin Dray <justin@dray.be>
pkgname='chronograf'
-pkgver='1.3.10.0'
+pkgver='1.4.0.0'
pkgrel='1'
pkgdesc='Time-series data visualization tool for InfluxDB'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -27,8 +27,6 @@ build() {
cd "$GOPATH/src/github.com/influxdata/chronograf"
- # LDFLAGS being exported causes build errors
- unset LDFLAGS
make
/usr/bin/go install github.com/influxdata/${pkgname}/cmd/${pkgname}
}