blob: e90a2bbdaef99f83c29292ec3dc80d4cdbfe3467 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
aur-activitywatch-bin
=====================
An AUR package for ActivityWatch using prebuilt binaries.
## How to update the AUR package
You need:
- Maintainer rights to the AUR package
- Your AUR ssh key configured
After checking that the package builds correctly (using `make package`) simply run:
```sh
make srcinfo
git add srcinfo
git commit -m "Updated .SRCINFO"
git remote add aur aur@aur.archlinux.org/activitywatch-bin.git
git push aur
```
|