aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 78f6f33872bd01272a91c8261d75979c49e06beb (plain)
1
2
3
4
5
6
7
8
# Update PKGBUILD

Modify `pkgver` variable into `PKGBUILD` file and run this command:
```bash
makepkg --printsrcinfo > .SRCINFO
```

And of course, commit chnages :)