diff --git a/srcpkgs/carapace/template b/srcpkgs/carapace/template index 9673559f224033..b015bf057aa72a 100644 --- a/srcpkgs/carapace/template +++ b/srcpkgs/carapace/template @@ -1,23 +1,23 @@ # Template file for 'carapace' pkgname=carapace -version=1.5.7 +version=1.6.5 revision=1 build_style=go go_import_path=github.com/carapace-sh/carapace-bin go_package="${go_import_path}/cmd/carapace" go_build_tags="release" go_ldflags="-X main.version=${version}" -make_check_target="./cmd/carapace/..." +make_check_target="./cmd/carapace/" short_desc="Multi-shell multi-command argument completer" maintainer="icp " license="MIT" homepage="https://carapace.sh/" changelog="https://carapace-sh.github.io/carapace-bin/release_notes.html" distfiles="https://github.com/carapace-sh/carapace-bin/archive/refs/tags/v${version}.tar.gz" -checksum=288f5629d9d842366089c75c388566b62bd452e5d2652384daeb419b134ec354 +checksum=b0d3f3d2c60acc48bce48d27810ca510388699ca1d5a4db2fd154a22797a601e pre_build() { - CGO_ENABLED=0 GOARCH= go generate ./cmd/... + GOMODCACHE="${XBPS_BUILDDIR}/gomodcache" CGO_ENABLED=0 GOARCH= go generate ./cmd/... } post_install() {