You are not logged in.
Short of manually visiting the AUR and checking on the packages that I am using from there, is there a better way to insure that I'm up-to-date should a new version of a PKGBUILD get published? I'm not interested in using yaourt.
Offline
http://pbrisbin.com:8080/bin/aurcheck is what i wrote/use
//github/
Offline
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
There's RSS, and a brief glance suggests there are various other options besides yaourt - available in the AUR, of course.
Offline
I use arson for this. You can find it on evaryont's github or in the aur. It's got many more options but listing updates is one of them.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
yaourt -- a pacman "overlay" that also beautifully interfaces with AUR.
Same syntax as pacman.
Want to update? # yaourt -Syy
Want to upgrade? # youart -Su
Update and Upgrade? # yaourt -Syyu
Update and Upgrade including AUR? #yaourt -Syyu --aur
Res Publica Non Dominetur
Laptop: Arch x86 | Thinkpad X220 | Core i5 2410-M | 8 GB DDR3 | Sandy Bridge
Desktop: Arch x86_64 | Custom | Core i7 920 | 6 GB DDR3 | GeForce 260 GTX
Offline
srcman in combination with a AUR database for pacman might be interesting for you. See http://bbs.archlinux.org/viewtopic.php?id=65501 for details.
Offline
Thanks for the suggestions, all.
Offline
http://pbrisbin.com:8080/bin/aurcheck is what i wrote/use
Based on those scripts I made my own aurget: http://jordz.nl/aurget
Offline