aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 61af8a541d82c3c55e18385ab8ca008293552867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## How to update

The process of auto update follows the following workflow
1. pull repo from AUR
2. Patch hashs and versions for `linux64`
3. Patch hashs and versions for `linux32`
4. Builds the package
5. If succeeds, generate the commit `[AUTO] Version <version>`
6. Clean up the build folder

Run the following command to update
```sh
$ sh auto_update.sh
```

Dry run (download and build)
```sh
$ SKIP_PUSH=true sh auto_update.sh
```

### Maintainers
Active Maintainers:
- Anderson Rocha <anderson2320@gmail.com>

Previous Maintainers:
- etriguba <eugenetriguba@gmail.com>
- NexAdn <nexadn@yandex.com>