You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: