Each package is managed as a git subtree. Changes are automatically pushed to the AUR on commits to master.
nvchecker is used to check upstream repositories for new versions nightly. Pull requests to update versions are generated at midnight (PST).
git subtree add --prefix=$PACKAGE ssh://[email protected]/$PACKAGE.git master
As recommended by the Arch Wiki, namcap
and
shellcheck
are configured to check the PKGBUILDs.
Each can be ran with the following commands,
./shellcheck
./namcap