Improve instructions

This commit is contained in:
Kevin MacMartin 2020-01-30 13:49:16 -05:00
parent f3bd42b131
commit 3a4b20e0a6

View file

@ -2,10 +2,10 @@
## 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
* `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.
## Setup