From c2f4059fd456681cd21d693a3b973eb82cb758ef Mon Sep 17 00:00:00 2001 From: coderkun Date: Mon, 25 Jul 2016 12:29:09 +0200 Subject: [PATCH] update readme: add descrition of aur-check.py --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb6bc1..ef12d23 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # arch-scripts -Utility scripts for Arch Linux +Some utility scripts for Arch Linux. + +## aur-check.py + +Script to read local Arch Linux package databases/repositories and compare the version of each containing package against the AUR package with the same name to determine and print a status for each package. + +This script can be used to check a custom Arch Linux repository which contains packages from the AUR for new versions. It also prints out a link to the new snapshot for each package for easy donwload.