summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Leclercq2017-02-16 08:50:01 +0100
committerNicolas Leclercq2017-02-16 08:50:01 +0100
commitdc77ae743649ed73341fd0ffa1fbf983ad2a5ce2 (patch)
treec5b755f0736c69371daeae0e297c0a90e970d2e6 /PKGBUILD
parentbc2c1217a65e616a1b58633d496ad24e44694b95 (diff)
downloadaur-dc77ae743649ed73341fd0ffa1fbf983ad2a5ce2.tar.gz
update to 1.2.1 and fix gopkg git http 301
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39a67274cffd..bca24a5b768e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Leclercq <nicolas.private@gmail.com>
pkgname='telegraf'
-pkgver='1.2.0'
+pkgver='1.2.1'
pkgrel='1'
pkgdesc='Server-level metric gathering agent for InfluxDB'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -32,6 +32,9 @@ build()
cd "$GOPATH/src/github.com/influxdata/telegraf"
echo "Downloading dependencies"
+ # dirty fix for brocken gopkg
+ # https://github.com/niemeyer/gopkg/issues/50
+ git config --global http.https://gopkg.in.followRedirects true
go get github.com/sparrc/gdm
gdm restore