https://github.com/activitywatch/aur-activitywatch-bin
AUR/Arch package for precompiled versions of ActivityWatch
https://github.com/activitywatch/aur-activitywatch-bin
activitywatch archlinux aur pkgbuild
Last synced: 6 months ago
JSON representation
AUR/Arch package for precompiled versions of ActivityWatch
- Host: GitHub
- URL: https://github.com/activitywatch/aur-activitywatch-bin
- Owner: ActivityWatch
- Created: 2018-03-27T12:14:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T15:06:52.000Z (over 1 year ago)
- Last Synced: 2025-08-25T01:44:56.245Z (7 months ago)
- Topics: activitywatch, archlinux, aur, pkgbuild
- Language: Shell
- Homepage: https://aur.archlinux.org/packages/activitywatch-bin/
- Size: 52.7 KB
- Stars: 9
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 modifying `PKGBUILD` as appropriate, and testing the package on your machine, run the following to:
- build the package
- updates checksums with `updpkgsums`
- regenerates `.SRCINFO` with `makepkg --printsrcinfo > .SRCINFO`
- commit the changes
- push to the AUR
```sh
make package
git add PKGBUILD .SRCINFO
git commit -m "Updated .SRCINFO"
git remote add aur aur@aur.archlinux.org/activitywatch-bin.git
git push aur
```