We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NOTES.md
1 parent 2df634f commit f983040Copy full SHA for f983040
NOTES.md
@@ -33,3 +33,8 @@ What to do when creating a new release:
33
- [ ] push package to pypi: `twine upload dist/hyprpy-<new-version>*`
34
- if using API: username `__token__` and password `<API-TOKEN>`
35
- [ ] rebuild and redeploy docs if necessary
36
+- [ ] update AUR package:
37
+ - bump `pkgver` in `PKGBUILD`
38
+ - run `updpkgsums` in same dir as `PKGBUILD`
39
+ - run `makepkg --printsrcinfo > .SRCINFO`
40
+ - commit and push `PKGBUILD` and `.SRCINFO` to AUR
0 commit comments