oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

Installing multiple local packages are installed seperately #44

Closed justin8 closed 7 years ago

justin8 commented 8 years ago

When running apacman -U linux-mainline*.pkg.tar* it would (with pacman) install the linux, headers and docs packages in one pass. apacman appears to do a seperate pacman -U call for each individual package

justin8 commented 7 years ago

Fixed in #47