Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / clang14
Commits: dc9d61d1 by Levente Polyak at 2024-09-09T16:24:16+02:00 generate missing .SRCINFO - - - - - 1 changed file: - + .SRCINFO Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,34 @@ +pkgbase = clang14 + pkgdesc = C language family frontend for LLVM 14 + pkgver = 14.0.6 + pkgrel = 1 + url = https://clang.llvm.org/ + arch = x86_64 + license = custom:Apache 2.0 with LLVM Exception + checkdepends = llvm + makedepends = llvm14 + makedepends = cmake + makedepends = ninja + makedepends = python + depends = llvm14-libs + depends = gcc + depends = compiler-rt14 + optdepends = openmp: OpenMP support in clang with -fopenmp + optdepends = llvm14: referenced by some clang headers + source = https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/clang-14.0.6.src.tar.xz + source = https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/clang-14.0.6.src.tar.xz.sig + source = https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz + source = https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.6/llvm-14.0.6.src.tar.xz.sig + source = enforce-instantiation-of-constexpr-template-functions.patch + source = clang-coroutines-ubsan.patch + source = enable-fstack-protector-strong-by-default.patch + validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A + sha256sums = 2b5847b6a63118b9efe5c85548363c81ffe096b66c3b3675e953e26342ae4031 + sha256sums = SKIP + sha256sums = 050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a + sha256sums = SKIP + sha256sums = eb2916131ae63b3bd1689f6a27dc0c2fadad73a5c5f2c828062c8a2c547e4a0d + sha256sums = 2c25ddf0ba6be01949842873fef4d285456321aaccd4ba95db61b69a4c580106 + sha256sums = bad277f45b35643592961425532f3af8db0519cb9c388fd9ac4f499bf2a95017 + +pkgname = clang14 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/clang14/-/commit/dc9d61d151271202d79d9e9b89686fb0c055f227 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/clang14/-/commit/dc9d61d151271202d79d9e9b89686fb0c055f227 You're receiving this email because of your account on gitlab.archlinux.org.
