diff --git a/srcpkgs/chronograf/template b/srcpkgs/chronograf/template index a737142993..41c58dafb3 100644 --- a/srcpkgs/chronograf/template +++ b/srcpkgs/chronograf/template @@ -1,6 +1,6 @@ # Template file for 'chronograf' pkgname=chronograf -version=1.7.9 +version=1.7.11 revision=1 build_style=go go_import_path="github.com/influxdata/${pkgname}" @@ -12,7 +12,7 @@ maintainer="Michael Aldridge " license="AGPL-3.0" homepage="https://www.influxdata.com/time-series-platform/chronograf/" distfiles="https://github.com/influxdata/${pkgname}/archive/${version}.tar.gz" -checksum=d95e1956e64c4811fc83c0f3e0254e9569ffcd7ab97986930993b76721eabeae +checksum=576e24ab31f3134edaf72651fa288eb4e6f1461662730a57af63096a088d0664 system_accounts="_chronograf" _chronograf_homedir="/var/lib/${pkgname}" @@ -23,9 +23,6 @@ case "$XBPS_TARGET_MACHINE" in esac pre_build() { - cd $GOSRCPATH - dep ensure - cd $wrksrc/ui yarn install export PATH=$PATH:${wrksrc}/ui/node_modules/.bin