Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anatol/pkgoutofdate
- Owner: anatol
- License: gpl-3.0
- Created: 2013-05-11T17:30:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T16:00:34.000Z (over 3 years ago)
- Last Synced: 2024-08-04T00:03:54.577Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 10
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- Awesome-Arch - pkgoutofdate - Checks whether Arch packages are out-of-date. (AUR Helpers / Maintenance)
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.