diff --git a/srcpkgs/dnote-cli/template b/srcpkgs/dnote-cli/template index 58de8424a5b..aa67557b797 100644 --- a/srcpkgs/dnote-cli/template +++ b/srcpkgs/dnote-cli/template @@ -1,17 +1,18 @@ # Template file for 'dnote-cli' pkgname=dnote-cli -version=0.5.0 +version=0.6.0 revision=1 wrksrc="cli-${version}" build_style=go go_import_path=github.com/dnote-io/cli +go_build_tags="fts5" hostmakedepends="git dep" short_desc="Capture what you learn as you code without leaving the command line" maintainer="Toyam Cox " license="MIT" homepage="https://dnote.io/" distfiles="https://github.com/dnote-io/cli/archive/v${version}.tar.gz" -checksum=9e23eee160af8c084591368ef6f90fbcb0e0a33f197449f89283add78e9d5352 +checksum=ec7bd92ae62dd75867f015e838a0a7ee70016eb073cb9f622e9a8958d1e68569 pre_build() { cd $GOSRCPATH