This doesn't actually build anything. Either the name should be updated to -bin or this package should be corrected.
See this and this for compilation steps.
Also if you're going to the effort of messing with permissions, you might as well go all the way; for find "${pkgdir}/opt/${pkgname}" -type d -exec chmod a+rx {} + you can change a+rx to a+rx,g+w, since it will avoid noisy warnings during update of this package and will align with the whole purpose of creating the flutterusers group.
And as has been said before, when bumping pkgver then pkgrel should be reset to 1.
Pinned Comments
WithTheBraid commented on 2025-11-11 10:15 (UTC)
This package is deprecated in favor of
aur/flutterwhich now contains all required artifacts on its own. This PKGBUILD will be kept as is in order to ensure seamless builds of old Flutter version in future.