For the impatient ones...
diff --git a/PKGBUILD b/PKGBUILD
index 862a5c9..e927299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Manuel Mendez <mmendez534@gmail.com>
pkgname=include-what-you-use
-pkgver=0.15
+pkgver=0.16
pkgrel=1
-_clang_major=11
+_clang_major=12
_clang_minor=0
_clang_ver="${_clang_major}.${_clang_minor}"
pkgdesc="A tool for use with clang to analyze #includes in C and C++ source files"
url="http://include-what-you-use.org"
license=('LLVM Release License')
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('db15efa9b92015322e9a188be6cf16a5c6fd71271c94fde45245676f2a8f6ffe4c7837e3b0bb5f9be6cbe78aab245129816a3b046c44c261a2b7ab5c3a9ea7b9')
+sha512sums=('2923e18c40ddc5c03458b896d991adde03d489c6645ecc3cc4f69a508e323534afdef3233943e99533ffc21c64a10a8a5c635dc4797a61edf09d0a7a918a3cd5')
arch=('x86_64')
_min="${_clang_ver}"
_max=$((_clang_major+1)).0
Pinned Comments
jetm commented on 2023-11-10 00:05 (UTC) (edited on 2026-03-23 14:18 (UTC) by jetm)
Please, don't flag the package until IWYU and clang releases are matching. IWYU needs a specific clang version and Arch Linux needs time to upgrade the clang package. Thanks.