AUR AI Reviewer

Review Results

Version #2209 of aseprite · commit 5851439e8626 · status Reviewed

Risk 0/5 · Safe .nvchecker.toml
Result #2369

Comment

The change only adjusts nvchecker version-matching rules for the upstream GitHub repository. It keeps the source on HTTPS and does not introduce new build-time execution, downloads, install scripts, or packaging changes. The new include_regex is a metadata-only filter and does not affect the package contents or runtime behavior. No obvious supply-chain or persistence risk is introduced by this diff alone.

@@ -1,5 +1,6 @@
 [aseprite]
 source = "git"
 git = "https://github.com/aseprite/aseprite"
-exclude_regex = "\\d+(\\.\\d+)+(-\\w+).\\d+"
+# exclude_regex = "\\d+(\\.\\d+)+(-\\w+).\\d+"
+include_regex = 'v(\d+\.\d+\.\d+).\d+'
 prefix = "v"
\ No newline at end of file