add ignore_pacakges option, switch to pkgbase everywhere

This commit is contained in:
2021-03-07 15:30:01 +03:00
parent 77db49a379
commit 550474f790
4 changed files with 8 additions and 2 deletions

View File

@ -21,6 +21,7 @@ Build related configuration. Group name must refer to architecture, e.g. it shou
* `archbuild_flags` - additional flags passed to `archbuild` command, space separated list of strings, optional.
* `build_command` - default build command, string, required.
* `ignore_packages` - list packages to ignore during a regular update (manual update will still work), space separated list of strings, optional.
* `makepkg_flags` - additional flags passed to `makepkg` command, space separated list of strings, optional.
* `makechrootpkg_flags` - additional flags passed to `makechrootpkg` command, space separated list of strings, optional.