You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changelog
- Completions moved to a separate module
- Completions are stored in `~/.cache/yay` by default or `$(XDG_CACHE_HOME)/yay``
- Fixes `make docker-buildocker build`
- Fixes issue of $GOPATH/pkg folders being created during runtime. Read Jguer#1047, it's weird
Changelog
- Change depsolver to not use a preallocated slice to get make only deps.
- Makefile improvements
- Use BuildDir instead of cacheHome to store ABS PKGBUILDS with -G
- Remove Jguer#788 group-transactions as second order deps with
--nobatchinstall were being wrongly detected, feature was also added
without a manpage entry, may come back once issues are solved
Changelog
- `-G` for abs now uses git and symlinks
result to the working directory
- Fixes some information messages
- Out-of date format change
- Fixes typos
- Fixes issues in bash completion
----
- Fix typos at various points
- Remove makedeps will run even if makepkg is killed or errors out ( Jguer#961) (think more pkill makepkg than Ctrl+C on yay)
- Small fixups to Pass to Makepkg
- armv7h and aarch64 builds are now fully supported in yay-bin
- Support -Sl
- Add support for building using docker
- Add support for multiarch builds
- Typo fixes
- Code readability improvements
- Code quality improvements
- Transition to semantic versioning
- Transition to go modules
- Print errors in stderr
- Hide provider menu when checking for the existence of a package in
the repos
- Improved depSolver
- Inner conflicts no longer abort installs
- `--noprovides` hides yay's provider menu
- Don't ignore ignored packages if they are explicitely stated
- Be more verbose in the presence of `db.lck`
- Add pacman flag `ask` to recognized flags
- Don't abort on inner conflicts as they may still work