Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anatol/pkgoutofdate

Checks ArchLinux packages repository for upstream updates
https://github.com/anatol/pkgoutofdate

Last synced: 26 days ago
JSON representation

Checks ArchLinux packages repository for upstream updates

Awesome Lists containing this project

README

        

Checks whether Arch packages are out-of-date

The script parses PKGBUILD files in /var/abs, gets sources urls from the files and then
tries to check whether server has files that look like 'X.Y.Z+1' 'X.Y+1.0' 'X+1.0.0'

To run the script first update the abs files 'sudo abs' then run the script itself './pkgoutofdate.rb'
See './pkgoutofdate.rb --help' for more options.