From 967d510bedd02603c8f068cad06e9fc6306365b1 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 19 May 2020 19:58:33 +1000 Subject: [PATCH] bat: add missing clang dependency --- srcpkgs/bat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bat/template b/srcpkgs/bat/template index b2228d98d39..3f3b82459d7 100644 --- a/srcpkgs/bat/template +++ b/srcpkgs/bat/template @@ -3,7 +3,7 @@ pkgname=bat version=0.15.0 revision=1 build_style=cargo -hostmakedepends="cmake llvm" +hostmakedepends="cmake llvm clang" makedepends="libcurl-devel libssh2-devel oniguruma-devel" short_desc="Cat(1) clone with syntax highlighting and Git integration" maintainer="John "