summarylogtreecommitdiffstats
path: root/readme.md
blob: 0db692cef431837e82787118b694ee6a4ee5a3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Biscuit

## Always

Generate .SRCINFO

`makepkg --printsrcinfo > .SRCINFO`

## release package

``` bash

makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO
git commit -m "useful commit message"
git push aur master

```