aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorColin Adler2020-05-19 22:09:01 -0500
committerColin Adler2020-05-19 22:09:01 -0500
commitee50209c02b4a9094aeffa91487b09676e2bade8 (patch)
tree467f5914b8940a383cb1dfde5266c9c7a124bd88 /README.md
parent4d8e149ac91a2a20d725cb93286e4b9211672855 (diff)
downloadaur-ee50209c02b4a9094aeffa91487b09676e2bade8.tar.gz
Add docs on how to update
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index d737e90b4ab6..0fb23afd26f5 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,17 @@ Arch User Repository package for [code-server](https://github.com/cdr/code-serve
Feel free to file issues here or comment on the AUR page.
Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)
+
+## Updating
+
+If there are no breaking changes with the release, updating the package is as
+simple as updating `pkgver` in `PKGBUILD` to the new version.
+
+After updating, run this command on an Arch machine to update the `.SRCINFO`.
+This is the file that is used by the AUR to show package info.
+
+```bash
+makepkg --printsrcinfo > .SRCINFO
+```
+
+Then, just push to the AUR git repo.