You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 weeks ago | |
---|---|---|
README.md | 3 years ago | |
archversion.conf | 3 weeks ago | |
aur-package-updates.png | 3 years ago | |
checkversion | 11 months ago | |
develversion.conf | 7 months ago | |
noversion.conf | 2 years ago | |
repoversion.conf | 2 years ago |
README.md
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. Theirpkgver
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
- Build and install archversion-envconfig-git
- Clone this repo as
.updates
inside the directory containing your AUR packages and modifyarchversion.conf
,develversion.conf
andnoversion.txt
- Create a script that changes to this repository's directory and runs
checkversion