packer icon indicating copy to clipboard operation
packer copied to clipboard

Add AUR installed package to pacman cache

Open falmp opened this issue 10 years ago • 0 comments

I'd like to have the AUR installed package installed on the pacman cache.

This could easily be done by copying the .tar.xz file to CacheDir option (default is /var/cache/pacman/pkg/). If the package is installed by using pacman -U file:///path/to/package.tar.xz, it'll be automatically added to the cache, but then it depends on RemoteFileSigLevel option, which is Required by default. So this solution would need some workaround.

falmp avatar Sep 22 '14 13:09 falmp