]> git.seodisparate.com - AnotherAURHelper/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Thu, 6 Mar 2025 04:03:03 +0000 (13:03 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 6 Mar 2025 04:03:03 +0000 (13:03 +0900)
README.md

index c8ce9dd642c996b378f6a322fdc8368290a1e739..bb9588830c9ef6f964582049f5822cd5865c30db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -167,8 +167,12 @@ This option can be set for a package entry to only check the PKGBUILD if the
 PKGBUILD changed between the start of executing `update.py` and after the aur
 package is git-pull'd from the AUR.
 
-Note that this may cause a package's PKGBUILD to not be checked if the PKGBUILD
-was fetched, then `update.py` was aborted and restarted again.
+~~Note that this may cause a package's PKGBUILD to not be checked if the
+PKGBUILD was fetched, then `update.py` was aborted and restarted again.~~
+
+The sqlite database at the path specified by `persistent_state_db = ...` keeps
+track of when a package's PKGBUILD was decided to be "ok" by the user. This
+prevents a PKGBUILD that hasn't been checked to be skipped by this option.
 
     [[entry]]
     name = "glfw-git"