cocogitto: rebuild for libgit2

This commit is contained in:
Marcin Puc 2023-06-10 13:11:08 +02:00 committed by classabbyamp
parent 5fb17c833f
commit cf92d83047
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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