aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 8b8b1d8aa327d6a4d27962eb3bc8c1b06bfd6746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# osbuild-composer PKGBUILD

PKGBUILD for https://github.com/osbuild/osbuild-composer

AUR: https://aur.archlinux.org/packages/osbuild-composer


## Update process

1. Update the `pkgver` variable to the latest release.
2. Run `makepkg --geninteg` and replace the `sha256sums` array with the new hash.
3. Run `makepkg --printsrcinfo > .SRCINFO` and to update the SRCINFO file.
4. Commit changes and push.

## Test changes

You can use the `cleanbuild` script to test that the package builds in a clean
environment and the unit tests pass.