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

Issues on installing local packages #17

Closed helixarch closed 9 years ago

helixarch commented 9 years ago

It fails to install a local package, if at least one of its dependencies is in the AUR or it is a virtual package (like kernel26)

oshazard commented 9 years ago

@helixarch Have you run into this issue since AUR4?

helixarch commented 9 years ago

I did some tests. The result is that now it successfully installs a local package, if at least one of its dependencies is a virtual package. But it still fails to install a local package if at least one of its dependencies is a package that can be found only in AUR. I have also opened a new issue related to virtual packages, that I noticed now.

oshazard commented 9 years ago

Fixed in v2.3 (@1fcbecdc5af210465a9f7bd88f95b6ab2b2e0052)

helixarch commented 9 years ago

I just tested 2.3 for both issues I opened and now works great. Thank you a lot oshazard!