From 3ed8c86e3daaf02e6856eab745bf17e6f0ecb1cf Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 6 Feb 2021 14:08:58 +0100 Subject: [PATCH] just: update to 0.8.4. --- srcpkgs/just/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 0c585b5929ac2c..d4266e9f158bf5 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