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

Put AUR packages in to /var/cache/pacman/pkg #33

Closed justin8 closed 8 years ago

justin8 commented 8 years ago

Currently when you install from the repo packages are cached as you would expect, but the AUR ones are not put here, so downgrading to an older version is much more painful than it should be.

oshazard commented 8 years ago

The AUR packages should be saved to /var/cache/apacman/pkg/ Have you checked there?

I did change the .install file a few versions ago, so it's possible that the directory is not being created with the correct permissions.

Also see man apacman.conf if you'd like to set a different location (you'll need to make sure the permissions are set correctly)

justin8 commented 8 years ago

That works, I didn't see that it saved them there. Keep up the good work!