Brscan4 doesn't update

Ran updates today. The update for brscan4 from AUR gave this error message:

:: (1/1) Parsing SRCINFO: brscan4
==> Making package: brscan4 0.4.11_1-4 (Thu 02 Apr 2026 02:06:37 PM EDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found brscan4-0.4.11-1.x86_64.rpm
-> Found agree.html
-> Found mk-udev-hwdb
==> Validating source files with md5sums...
brscan4-0.4.11-1.x86_64.rpm ... Passed
agree.html ... Passed
mk-udev-hwdb ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error making: brscan4-exit status 1
-> Failed to install the following packages. Manual intervention is required:
brscan4 - exit status 1

I also tried doing a clean build and get the same error. Tried updating with eos-updateandyay. What manual intervention is needed?

That is an issue with the AUR package.

You can either wait for the maintainer to fix it or manually update the checksums.

You are not alone in getting this error:

You might try the manual approach @dalto noted. If it’s just a checksum issue, it shouldn’t be too complicated.

yay -G brscan4
cd brscan4
updpkgsums
makepkg -fsri

When I ran the update this morning the issue was fixed by the maintainer. @Bink I will try your suggestion in the future if needed. Thanks all!

That’s what I was looking for – the most painless way to upgrade checksums in an outdated AUR package.