aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoe Previte2021-04-08 22:01:20 +0000
committerJoe Previte2021-04-08 22:01:20 +0000
commit9611b379406d7973bbef733acde99a5f96307138 (patch)
tree8086c0a3b4ffba965d95b288fc52f5de3448365f /README.md
parent02a19a46ca383375350a2ca9136979448af06f99 (diff)
downloadaur-9611b379406d7973bbef733acde99a5f96307138.tar.gz
docs: simplify steps
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 56f5a17759b5..7361b2e61bbe 100644
--- a/README.md
+++ b/README.md
@@ -9,16 +9,9 @@ Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)
Make sure you run these commands on an Arch machine. If you're a Coder employee, we suggest using your dogfooding environment.
-1. Update the `pkgver` in `PKGBUILD` to the latest version
-2. Run `updpkgsums` to update the sha256 sums
- - If you don't have it installed, run `sudo pacman -S pacman-contrib`
-3. Update the `.SRCINFO` by running:
-```bash
-# This is the file that is used by the AUR to show package info.
-makepkg --printsrcinfo > .SRCINFO
-```
-4. Push changes to GitHub: `git push`
-5. Push changes to `aur`: `git push aur`
+1. Run `sh update.sh` and type in the new version
+1. Push changes to GitHub: `git push`
+1. Push changes to `aur`: `git push aur`
- If you don't have this set up, run `git remote add aur ssh://aur@aur.archlinux.org/code-server.git`
- Run `git push aur`