https://github.com/osbuild/osbuild-composer.aur
Mirror of https://aur.archlinux.org/osbuild-composer.git
https://github.com/osbuild/osbuild-composer.aur
Last synced: about 1 year ago
JSON representation
Mirror of https://aur.archlinux.org/osbuild-composer.git
- Host: GitHub
- URL: https://github.com/osbuild/osbuild-composer.aur
- Owner: osbuild
- Created: 2022-09-29T09:10:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-27T15:40:08.000Z (about 1 year ago)
- Last Synced: 2025-06-28T12:52:06.958Z (about 1 year ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.