summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam S Levy2017-12-27 18:23:34 -0900
committerAdam S Levy2017-12-27 18:23:34 -0900
commit7000e5991e051b1dfb281ad5cfa0097f2b0ab489 (patch)
tree37565a16cd4c50f03368b9e1b3bdc7dd141f6ad3 /PKGBUILD
parentb57a92ececaa1acd44ab02400e84c104c52d7eec (diff)
downloadaur-7000e5991e051b1dfb281ad5cfa0097f2b0ab489.tar.gz
Updated to 1.4.0.0, removed unneeded unset command
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}
}