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
Clyde should detect if a package in AUR does not exist. If it is a dependency of another package, the process should fail before attempting to install any other packages. This would mimic pacman behavior when a dependency can not be met.
==> Downloading haskell-hoc.tar.gz
( Unsupported package from AUR: Potentially dangerous! )
==> Edit the PKGBUILD (highly recommended for security reasons)? [Y/n] y
==> Edit the PKGBUILD (highly recommended for security reasons)? [Y/n] y
==> Edit the PKGBUILD (highly recommended for security reasons)? [Y/n] n
==> ERROR: PKGBUILD does not exist.
error: Build failed
The text was updated successfully, but these errors were encountered:
Clyde should detect if a package in AUR does not exist. If it is a dependency of another package, the process should fail before attempting to install any other packages. This would mimic pacman behavior when a dependency can not be met.
The text was updated successfully, but these errors were encountered: