aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: ce4e76d9b655c41a3f33c8f30784ec600bab04eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# code-server-aur

Arch User Repository package for [code-server](https://github.com/cdr/code-server).
Feel free to file issues here or comment on the AUR page.

Previously maintained by [KSXGitHub](https://github.com/KSXGitHub)

## Updating

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
1. Run `updpkgsums` to update the sha256 sums
	- If you don't have it installed, run `sudo pacman -S pacman-contrib`
1. Update the `.SRCINFO` by running:
```bash
# This is the file that is used by the AUR to show package info.
makepkg --printsrcinfo > .SRCINFO
```
1. Push changes to GitHub
1. Push changes to `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`