ArchLinux User Repository (AUR) helper and pacman wrapper forked from packer
Changelog:
- NEW merged pull requests for AUR5 support
- improved virtual package support
- improved -U handling
- -W parameter to view package comments
- sanity checks for curl with debugging
- fixes for ABS
- improved signed package support
- --keepkeys parameter stores PGP keys
- --purgekeys parameter removes trusted PGP keys
- fix for piping output
- fix for yes/no dialog
- Split package support and shared source
- Improved AUR4 support
- Bug fix for AUR4 -Si
- Bug fix for built/failed
- --legacy flag for AUR3
- Preliminary AUR4 support
- Signed package support
- Display [installed], [installed: VER], or [local: VER] in -Ss
- --progress parameter sets terminal title to package status
- Add AUR link to -Si info
- Bug fix for saved AUR packages and --cachevcs
- Bug fix for pacmatic
- Build status log
- Override EDITOR for PKGBUILDs in config file
- --buildonly parameter to build but not AUR install packages
- --nofail parameter to quit if a package does not build
- --purgebuild parameter to remove unneeded build depends
- --skiptest to avoid installing unit test packages
- Config file support (/etc/apacman.conf)
- Cleaned up manpages
- Replacement for pacsysclean (-L list installed packages by size)
- -G now supports ABS + AUR packages
- --noaur parameter to skip AUR packages
- --warn parameter makes errors non-fatal (only enable if you know what you are doing)
- Run as root workaround for Pacman 4.2+
- All features from packer
- Saves built AUR packages to /var/cache/apacman/pkg
- Uses AUR package cache directory if applicable
- --needed parameter that does not install up-to-date packages
- --ignorearch parameter that ignores architectures specified in PKGBUILD (useful for ARM devices)
- --skipcache parameter that skips check for pre-built package in cache directory
- --cachevcs parameter installs cached VCS (git, svn, hg) packages newer than AUR PKGBUILDs
- Partial passthrough support for -R, -Q, and -U pacman parameters