aur-package-updates/README.md

19 lines
939 B
Markdown
Raw Normal View History

2020-01-30 13:36:03 -05:00
# AUR Package Updates
## Files
2020-01-30 13:49:16 -05:00
* `archversion.conf`: Non-VCS packages go in here. The URL provided should lead to a page with releases, and the regular expression should parse the release with brackets around the portion matching the version.
* `develversion.conf`: VCS packages go in here. Their `pkgver` function is used to determine whether they have updates.
* `noversion.txt`: Packages that shouldn't be checked for updates go in here.
* `checkversion`: Run this script to check for updates.
2020-01-30 13:36:03 -05:00
## Setup
1. Build and install [archversion-envconfig-git](https://github.com/ArchStrike/archversion-envconfig-git)
2. Clone this repo as `.updates` inside the directory containing your AUR packages and modify `archversion.conf`, `develversion.conf` and `noversion.txt`
3. Create a script that changes to this repository's directory and runs `checkversion`
2020-01-30 14:00:02 -05:00
## Screenshot
![Screenshot of the checker being run](./aur-package-updates.png)