-
[FIX] Don't use
--pkg
option (@FernandoBasso)This argument was removed from makepkg with the release of Pacman 5.0. When a PKGBUILD containing a split package is built, all packages contained therein are built.
- https://lists.archlinux.org/pipermail/pacman-dev/2015-September/020353.html
- https://projects.archlinux.org/pacman.git/commit/scripts/makepkg.sh.in?id=169287e494a5348687260a00697be06b36ba4434
Note: when --install is used, all packages are installed. Users that don't want this are advised to build with aurget -Sb and install what they want with pacman -U directly.
We could potentially simplify further, but removing this option should fix the current bug of aurget not working at all with the latest Pacman version.
- [FIX] URL for AUR RPCv5 (@inalelbeyli)
- [REMOVED] Deprecated
--aur4
option
- [FIX] Various bug-fixes for AUR RPCv4
- [FIX] Documentation of sample
aurgetrc
(@regdoug)
-
[FIX] Transitive dependency bug
Dependency resolution would add transitive dependencies after direct ones in the argument list, and so could fail to install.
- [FIX] Track package bases and names to ensure correct installation order
- [FIX] Install bash completion correctly
- [FIX] Installation order bug
-
[NEW] Request sudo up front and cache throughout operation
This allows users to initiate and installation, enter their password, and walk away while the build completes.
This is the first version where we begin tracking changes.