Try to fix update failures for local AUR packages

This commit is contained in:
2025-10-21 10:45:44 +02:00
parent c343e3211e
commit 6381872f80

View File

@@ -11,7 +11,7 @@ for pkg in pkgbuilds/* ; do
printf "checking local package %s\n" "${pkg}"
(
builtin cd "${pkg}" || exit 1
makepkg --nodeps --nobuild --noextract
makepkg --nodeps --nobuild --noextract --cleanbuild
)
fi
if git status --porcelain "${pkg}" | grep -q . ; then