blob: d0f59f64ddb26498f47fbbe4016b6df7f08d0310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Package: xmenu
## Upstream
- Repository: https://github.com/phillbush/xmenu
- Language: C
- Version tracking: git tags (vX.Y.Z format)
## Update Detection
```bash
git ls-remote --tags --refs https://github.com/phillbush/xmenu.git | tail -1
```
## Update Instructions
1. Check upstream for new version tag
2. Update `pkgver` in PKGBUILD
3. Download new tarball and update `md5sums` with `updpkgsums`
4. Test build with `makepkg -sf`
5. Test install with `makepkg -si`
6. Regenerate `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO`
7. Commit with message: "xmenu: update to <version>"
|