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() {