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
It's easy to verify that packages in the official repos exist, as you can simply see if the packages exist in the output of pacman -Ss. However, I don't know of any easy way to get the list of packages from the AUR, so instead the output of yaourt -Ss package_name needs to be checked for each AUR package, which is slow.
AurJson might be one way to get this package list.
Once this is fixed, the -s flag for skipping this verification should be removed.
The text was updated successfully, but these errors were encountered:
It's easy to verify that packages in the official repos exist, as you can simply see if the packages exist in the output of
pacman -Ss
. However, I don't know of any easy way to get the list of packages from the AUR, so instead the output ofyaourt -Ss package_name
needs to be checked for each AUR package, which is slow.AurJson might be one way to get this package list.
Once this is fixed, the
-s
flag for skipping this verification should be removed.The text was updated successfully, but these errors were encountered: