`yay -S clang17-bin` fails with: ``` ==> ERROR: Failure while downloading http://deb.debian.org/debian/pool/main/l/llvm-toolchain-17/clang-17_17.0.6-23+b1_amd64.deb Aborting... ``` The closest file I could find that currently works is https://deb.debian.org/debian/pool/main/l/llvm-toolchain-17/clang-17_17.0.6-22+b2_amd64.deb so I think this line should be `17.0.6-22+b2`: https://github.com/envolution/aur/blob/18fd4b2f05f3931263a26466e128bc8c685cbc79/maintain/build/clang17-bin/PKGBUILD#L4 I would guess `sha256sums` needs to be updated as well, but I'm an AUR novice!
yay -S clang17-binfails with:The closest file I could find that currently works is https://deb.debian.org/debian/pool/main/l/llvm-toolchain-17/clang-17_17.0.6-22+b2_amd64.deb so I think this line should be
17.0.6-22+b2:aur/maintain/build/clang17-bin/PKGBUILD
Line 4 in 18fd4b2
I would guess
sha256sumsneeds to be updated as well, but I'm an AUR novice!