bat: rebuild for libgit2-1.5.0

This commit is contained in:
Marcin Puc 2022-10-15 10:08:19 +02:00 committed by classabbyamp
parent 8b98167f9a
commit 85b372f02f

View file

@ -1,10 +1,10 @@
# Template file for 'bat'
pkgname=bat
version=0.22.1
revision=1
revision=2
build_style=cargo
hostmakedepends="cmake llvm clang"
makedepends="libcurl-devel libssh2-devel oniguruma-devel"
hostmakedepends="cmake llvm clang pkg-config"
makedepends="libcurl-devel libgit2-devel libssh2-devel oniguruma-devel"
short_desc="Cat(1) clone with syntax highlighting and Git integration"
maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, MIT"
@ -15,7 +15,7 @@ checksum=25e45debf7c86794281d63a51564feefa96fdfdf575381e3adc5c06653ecaeca
# skip problematic doctests on i686
case "$XBPS_TARGET_MACHINE" in
i686) make_check_args="-- --skip src/";;
i686) make_check_args="--tests";;
*) ;;
esac