Bump the AUR package version, update checksums, and commit
/plugin marketplace add asermax/claude-plugins/plugin install aur@asermax-pluginsBump the AUR package to the specified version or automatically detect the latest version from the package source. Steps: 1. If no version argument is provided, automatically determine the latest version: - Read the PKGBUILD file and extract the source URL(s) - Attempt to determine the latest version from the source (use web search, API calls, or URL inspection as appropriate) - If a version is found, ask the user to confirm it's correct before proceeding - If unable to determine the version, inform the user and ask them to provide it manually 2. Update the `pkgver` in PKGBUILD ...