From f0a208c0714ee52c04c0195a83c29dc79da2630c Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Fri, 15 Sep 2017 19:19:13 +0200 Subject: [PATCH] go-jira: update to 1.0.7 --- srcpkgs/go-jira/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/go-jira/template b/srcpkgs/go-jira/template index 869aeca2509..a92de6b38b3 100644 --- a/srcpkgs/go-jira/template +++ b/srcpkgs/go-jira/template @@ -1,23 +1,22 @@ # Template file for 'go-jira' pkgname=go-jira -version=0.1.15 +version=1.0.7 revision=1 build_style=go -hostmakedepends="git-perl" +hostmakedepends="dep" short_desc="Simple jira command line client in Go" maintainer="Andrea Brancaleoni " license="Apache" go_import_path="github.com/Netflix-Skunkworks/go-jira" -go_package="$go_import_path/main" +go_package="$go_import_path/cmd/jira" homepage="https://$go_import_path" distfiles="$homepage/archive/v$version.tar.gz" -checksum=e5e05276998a28035a88d74d9c4ecc6c877a7d9261ecfa873bdf38a5c6605362 +checksum=38e942a54ac1979ad0884f424a883abc4049e5dd456635383075329232a63194 pre_build() { git config --global http.https://gopkg.in.followRedirects true } post_install() { - mv $DESTDIR/usr/bin/{main,jira} vlicense LICENSE }