You are not logged in.
The release notes ay that "Installing package with -U is now smart like -S — dependencies and conflicts are now handled"
So, if I am understanding this correctly... when I am installing something from the AUR, I only need "makepkg -i", instead of "makepkg -si"?
Last edited by dfetter88 (2010-06-23 11:38:37)
Offline
No, you will still need to install dependencies to build a package. But if you used "makepkg -sr" to make sure you have removed the unneeded makedepends, then you can use "pacman -U <pkg>" to get the runtime depends back.
Offline
Alright, thanks.
Offline