diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 0c585b5929a..d4266e9f158 100644 --- a/srcpkgs/just/template +++ b/srcpkgs/just/template @@ -1,6 +1,6 @@ # Template file for 'just' pkgname=just -version=0.8.0 +version=0.8.4 revision=1 build_style=cargo short_desc="Just a command runner" @@ -9,7 +9,12 @@ license="CC0-1.0" homepage="https://github.com/casey/just" changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md" distfiles="https://github.com/casey/just/archive/v${version}.tar.gz" -checksum=624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b +checksum=7aee472e4b70e62e89d7d5185493a3c680aeae4cc323c842e4c5b9b8af47040a + +# Fix failing test +pre_check() { + export USER=void +} post_install() { vlicense LICENSE