From cf92d83047ff12f8d7fa8ceab94d10ad3d9a7f53 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 10 Jun 2023 13:11:08 +0200 Subject: [PATCH] cocogitto: rebuild for libgit2 --- srcpkgs/cocogitto/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cocogitto/template b/srcpkgs/cocogitto/template index dbed47399d8..a4399ef3892 100644 --- a/srcpkgs/cocogitto/template +++ b/srcpkgs/cocogitto/template @@ -1,7 +1,7 @@ # Template file for 'cocogitto' pkgname=cocogitto version=5.3.1 -revision=1 +revision=2 build_style=cargo build_helper=qemu hostmakedepends="pkg-config" @@ -17,6 +17,10 @@ checksum=ac6847ce55ba284184d0792afb53c6579da415600bc1b01c180dd87ad34597d0 # Test suite is not atomic, relies on user environment such as git user configuration make_check=no +post_patch() { + cargo update --package git2@0.16.1 --precise 0.17.2 +} + post_install() { local cog="${DESTDIR}/usr/bin/cog" for shell in bash zsh fish; do