Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions srcpkgs/bat/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'bat'
pkgname=bat
version=0.18.3
version=0.20.0
revision=1
build_style=cargo
hostmakedepends="cmake llvm clang"
Expand All @@ -10,7 +10,12 @@ maintainer="John <me@johnnynator.dev>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/bat"
distfiles="https://github.com/sharkdp/bat/archive/v${version}.tar.gz"
checksum=dff7fa5222f40c7b3c783d3ceb0c3ffb35662f1198b00d785f80f3f1523399dd
checksum=12eca3add56f21b8056a4c17cfb5bffc45e107f23f75a8e0f5de948d8e997c39

post_patch() {
# fixes an indexmap error when cross compiling
cargo update --package autocfg --precise 1.1.0
}

pre_build() {
export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
Expand Down