From f359525576bd24da5d907d6469269aa524a189ff Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 11 May 2020 17:03:45 +0200 Subject: [PATCH] zig: add clang to makedepends zig also links against clang, which was automatically included as a dependency of llvm10 (which it shouldn't be) masking the fact that it's needed in makedepends. --- srcpkgs/zig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zig/template b/srcpkgs/zig/template index 829642b3532..c3ab8e62a11 100644 --- a/srcpkgs/zig/template +++ b/srcpkgs/zig/template @@ -4,7 +4,7 @@ version=0.6.0 revision=1 archs="x86_64*" build_style=cmake -makedepends="llvm10 lld-devel" +makedepends="clang llvm10 lld-devel" short_desc="Programming language designed for robustness, optimality, and clarity" maintainer="Duncaen " license="MIT"