blob: 7e6828aeda2f65cae69ba385c79f2a452c725731 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
To update:
```shell
# update version in PKGBUILD
NEW_VERSION=1.2.7 make update_version
# update .SRCINFO and test-build package
make package
# commit and push changes to AUR
NEW_VERSION=1.2.7 make push
```
|