January 15, 2008
Pacman 3.1.0: better and better
Pacman is the package manager that once having used, you don’t want to go back to others.
Why? Simplicity!
My personal highlights in the new version:
- Support for xdelta diffs: binary diffs so I can go back to previous package versions if the current one is borked. Previously one had to hope to have the old version in the cache or find some outdated mirror.
--ignorearchoption for makepkg- Topological sorting for dependencies: I suspect this is responsible for the speed-up I noticed.
- Massive optimization and speed-up for
--owns: finding the package a certain file belongs to is a function I often need. - single mirrorfile: finally a centralized place for the mirror list.
— no more hacking of PKGBUILD files that don’t have arch information.
Comments(1)