aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 6484f9016ec3af5ed925988fb05f7f2c48c1f5b5 (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
### Uploading to AUR

From `tufw` repo, run goreleaser in sandbox mode: 

```
goreleaser release --clean --skip=validate,publish
```

It will generate `dist/` folder from where you can pickup `aur/tufw-bin.pkgbuild` file.
Be sure to rename it:

-> `pkgname='tufw-git'`

Then regenerate `.SRCINFO`: 

```
makepkg --printsrcinfo > .SRCINFO
```

Commit and push to AUR

```
git add -u
git commit
git push origin master
```