From e77b161638aad2ee6e85fc985185d7af075c5995 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.3. --- srcpkgs/just/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/just/template b/srcpkgs/just/template index 0c585b5929a..db50965ed08 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.3 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=31c837cb028a9e32e98c3d7071d80dbbaba7e6f35b3a33496aa39d5d8370d9ba + +# Fix failing test +pre_check() { + export USER=void +} post_install() { vlicense LICENSE