From 7ac8e3e468688e028874c9f611250afeb65ece3d Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 6 Mar 2025 13:03:03 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8ce9dd..bb95888 100644 --- 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" -- 2.49.0