blob: 879d801369ad849ab38efdccdff1c3a68e0a3f9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# mergiraf-bin
An AUR package for [Mergiraf](https://mergiraf.org/) using prebuilt binaries.
## Update package
1. Make changes
1. Update checksums in `PKGBUILD` based on `makepkg --geninteg`
1. Update `pkgver` if Mergiraf itself updated
1. Update `pkgrel` if `pkgver` did not, but `PKGBUILD` did, and users should rebuild ([more](https://wiki.archlinux.org/title/Arch_package_guidelines#Package_versioning))
1. Update `.SRCINFO`with `makepkg --printsrcinfo > .SRCINFO`
1. Test with `namcap PKGBUILD`
1. And `namcap *.pkg.tar.zst`
## Install package
```sh
makepkg --install
```
|