update readme: add descrition of aur-check.py

This commit is contained in:
coderkun 2016-07-25 12:29:09 +02:00 committed by GitHub
parent fff4d1296a
commit c2f4059fd4
1 changed files with 7 additions and 1 deletions

View File

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