AUR Utility - Check foreign packages (typically installed w/ pacman -U) for available updates in AUR and author websites
This bash script will show you all packages with issues not reported by pacman and will track the website of developers to show you modifications on the projets.
That modifications happens before a package get updates on AUR. On this way you will know what packages will (or not) receive updates on AUR.
It is not an AUR helper, is more like a project tracker, used to obtain info about your installed packages directly from authors, not from AUR.
To see the modifications/news on console you need have fzf
(optional dep) installed.
Intall the deps and put auru
on a folder and run with:
./auru --help
-
Clone the repository:
git clone https://github.com/semeion/auru.git
-
cd into directory:
cd auru
-
Install the deps with:
pacman -S python-html2text curl jq expac fzf
-
Execute the script:
./auru --help
URL: https://aur.archlinux.org/packages/auru-git/
If you are using Arch Linux (Manjaro, BlackArch, etc) do not need to install manually, copy the tarball from the AUR link above, extract on a temp dir, cd on it and type:
makepkg -i
To uninstall run (as root):
pacman -R auru-git
<<< Contributors and Feedbacks are welcome! >>>
python-html2text, curl, jq, expac, fzf (optional)
auru is licensed under the GNU General Public License version 3 (GNU GPL v3).
(C) 2019 Alexandre Bolelli