blob: 0694bdef69c17ce799c9c5a3e1cea05f27ada7b7 (
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
|
## 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:
- NexAdn <nexadn@yandex.com>
|