Skip to content

CDaut/aur-auto-update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto update bot AUR auto update

Automatically update the PKGBUILD on AUR when there is a new version of a package.

Quick guide

  • Add AutoUpdateBot as a co-maintainer of your package on AUR.
  • Add the corresponding nvchecker configuration in nvchecker.toml. You can locally test your newly added configuration with:
    nvchecker -c nvchecker.toml -e the_added_package
  • (Optional) Write the corresponding update/${pkgbase}.sh for your package if necessary.
    • The default script update/default.sh will automatically strip the leading non-version characters, and is suitable for versions like 1.0.0, v1.0.0, version-1.0.0.
  • Create a pull request to submit your changes and pass the checks.
    • Remember to take a look at the check results.
  • Done. You can check the outputs of GitHub Actions if there is anything wrong.
    • It runs every day.

About

Automatically update PKGBUILDs on AUR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.7%
  • Shell 46.3%