aur-package-updates/README.md

15 lines
799 B
Markdown
Raw Normal View History

2020-01-30 13:36:03 -05:00
# AUR Package Updates
## Files
* `archversion.conf`: Contains non-git packages go in here with their package name, a url containing release information and a regular expression to parse version information
* `develversion.conf`: Contains git packages that should have their upstream pulled to check for updates
* `noversion.txt`: Contains a list of packages that shouldn't be checked
* `checkversion`: Run this script to check for updates
## 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`