From c7e5763f0841939404815bc45b1cd4387772bb8b Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 24 Nov 2017 16:33:11 -0800 Subject: [PATCH] go-jira: explicitly call 'dep ensure' --- srcpkgs/go-jira/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template index 5481b810099..baef4260f4a 100644 --- a/srcpkgs/go-jira/template +++ b/srcpkgs/go-jira/template @@ -15,6 +15,9 @@ checksum=34cb45af19985474b8d9079c1f551f4892bfbe64073a5a8f89333ca3603e4639 pre_build() { git config --global http.https://gopkg.in.followRedirects true + + cd $GOSRCPATH + dep ensure } post_install() {