diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template index 71da8a510b..97f9e31e65 100644 --- a/srcpkgs/go-ipfs/template +++ b/srcpkgs/go-ipfs/template @@ -1,7 +1,7 @@ # Template file for 'go-ipfs' pkgname=go-ipfs version=0.4.16 -revision=1 +revision=2 create_wrksrc=yes build_wrksrc="${pkgname}-${version}" build_style=go @@ -13,6 +13,7 @@ short_desc="Global versioned P2P merkle DAG file system" maintainer="Christopher Brannon " license="MIT" homepage="https://ipfs.io" +changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=588f84b707150622abb7e31602af3a85a2dd617b8bb2df42ca2623153bf245b4 @@ -22,8 +23,6 @@ pre_build() { rm plugin/loader/load_linux.go fi - echo "ipldgit github.com/ipfs/go-ipfs/plugin/plugins/git 0" >> plugin/loader/preload_list - gx install }