No description
Find a file
2020-01-30 13:49:16 -05:00
archversion.conf Add ma1sd to archversion 2019-12-03 02:11:29 -05:00
checkversion Clean up the bash 2020-01-30 13:34:11 -05:00
develversion.conf Remove raccoon-git and goofys-git from develversion as I'm no longer maintaining those 2018-01-17 23:41:34 -05:00
noversion.txt Initial commit of the updates directory (after pulling out of mega package repo) 2015-07-07 15:25:02 -04:00
README.md Improve instructions 2020-01-30 13:49:16 -05:00

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. 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

  1. Build and install 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