keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Add AUR installed package to pacman cache #129

Open falmp opened 9 years ago

falmp commented 9 years ago

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.