From f231018719c27b4e3a73cd482292d8e80a4dc3d4 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 16 Aug 2023 20:13:18 -0400 Subject: [PATCH] gitui: rebuild for openssl3 --- srcpkgs/gitui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitui/template b/srcpkgs/gitui/template index 2df97ebfc1e..0baff743d5d 100644 --- a/srcpkgs/gitui/template +++ b/srcpkgs/gitui/template @@ -1,7 +1,7 @@ # Template file for 'gitui' pkgname=gitui version=0.23.0 -revision=1 +revision=2 build_style=cargo make_check_args="-- --skip components::textinput::tests::test_visualize_newline" hostmakedepends="pkg-config python3"