diff --git a/srcpkgs/revive/template b/srcpkgs/revive/template index 4090942ba42..faffa9f252d 100644 --- a/srcpkgs/revive/template +++ b/srcpkgs/revive/template @@ -1,6 +1,6 @@ # Template file for 'revive' pkgname=revive -version=1.0.3 +version=1.0.5 revision=1 build_style=go go_import_path="github.com/mgechev/revive" @@ -9,7 +9,11 @@ maintainer="Paper " license="MIT" homepage="https://revive.run/" distfiles="https://github.com/mgechev/revive/archive/v$version.tar.gz" -checksum=3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936 +checksum=9569e25a889dc546bead5ee8616002799ae13fd50860f51388ad2e3d3e55ceaa + +do_check() { + go test -v ./... +} post_install() { vdoc RULES_DESCRIPTIONS.md