From f8bc2555586ec4baef54aac0144ae9121e932844 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 8 Sep 2024 00:17:29 +0530 Subject: [PATCH] lazygit: update to 0.44.0. --- srcpkgs/lazygit/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template index 0b44cb0b84b..e6e3102c9d5 100644 --- a/srcpkgs/lazygit/template +++ b/srcpkgs/lazygit/template @@ -1,10 +1,11 @@ # Template file for 'lazygit' pkgname=lazygit -version=0.43.1 -revision=2 +version=0.44.0 +revision=1 build_style=go go_import_path=github.com/jesseduffield/lazygit go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux" +make_check_args="-skip=TestIntegration" depends="git" short_desc="Simple terminal UI for git commands" maintainer="icp " @@ -12,7 +13,8 @@ license="MIT" homepage="https://github.com/jesseduffield/lazygit" changelog="https://github.com/jesseduffield/lazygit/releases" distfiles="https://github.com/jesseduffield/lazygit/archive/refs/tags/v${version}.tar.gz" -checksum=a9dad9e5bc9edb1111b3331d1ccb25f97f2593f51b1557a36c1765df08cb3006 +checksum=6cf617510127892f3ede2aea767ce725197902418ef7087c1cf0e91f06d00a16 +make_check_pre="env PATH=/usr/libexec/chroot-git:${PATH}" post_install() { vlicense LICENSE