No description
| archversion.conf | ||
| aur-package-updates.png | ||
| checkversion | ||
| develversion.conf | ||
| noversion.conf | ||
| README.md | ||
| repoversion.conf | ||
AUR Package Updates
Files
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. Theirpkgverfunction 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
- Build and install archversion-envconfig-git
- Clone this repo as
.updatesinside the directory containing your AUR packages and modifyarchversion.conf,develversion.confandnoversion.txt - Create a script that changes to this repository's directory and runs
checkversion
