mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 00:29:09 +02:00
docs: add aur checklist
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# AUR Release Checklist
|
||||
|
||||
1. Update PKGBUILD: pkgver, sha256sums
|
||||
2. Test locally
|
||||
3. Update .SRCINFO
|
||||
4. Commit & push to AUR
|
||||
|
||||
**Test**
|
||||
```bash
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
**Generate .SRCINFO**
|
||||
```bash
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
```
|
||||
|
||||
**Push to AUR**
|
||||
```bash
|
||||
git add PKGBUILD wgtunnel-bin.install .SRCINFO
|
||||
git commit -m <message>
|
||||
git push origin master
|
||||
```
|
||||
Reference in New Issue
Block a user