aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 3998877caef8dfbab36ee753bb8248235484b0e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# nirimon-bin AUR Package

This is the AUR packaging repo for [`nirimon-bin`](https://aur.archlinux.org/packages/nirimon-bin).

Source code lives at: https://github.com/rickycbanks/nirimon

## Installing

```bash
yay -S nirimon-bin
# or
paru -S nirimon-bin
```

## Updating for a new release

1. Update `pkgver` in `PKGBUILD`
2. Regenerate checksums:
   ```bash
   updpkgsums
   ```
3. Regenerate `.SRCINFO`:
   ```bash
   makepkg --printsrcinfo > .SRCINFO
   ```
4. Commit and push:
   ```bash
   git commit -am "v<new_version>"
   git push
   ```