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
{{ message }}
This repository has been archived by the owner on May 31, 2018. It is now read-only.
If the user is asking pacaur to sync the database, pacaur should sync the database before determining whether it should look into AUR or not. The text below intentionally deletes the database first to make it reproducible, but the problem will also occur when the user is syncing the database for the first time, or when some new packages are just added.
Output
$ sudo rm /var/lib/pacman/sync/multilib.db
$ pacaur -Sy smlnj
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib 171.6 KiB 350K/s 00:00 [##############################################] 100%
:: Package smlnj not found in repositories, trying AUR...
:: resolving dependencies...
:: no results found for smlnj
$ pacaur -Sy smlnj
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
resolving dependencies...
looking for conflicting packages...
Package (2) New Version Net Change Download Size
multilib/lib32-glibc 2.25-4 14.22 MiB 2.88 MiB
multilib/smlnj 110.81-1 34.99 MiB 7.89 MiB
Total Download Size: 10.76 MiB
Total Installed Size: 49.21 MiB
:: Proceed with installation? [Y/n]
Debug output
I only show the run right after deleting the database because that is the interesting one.
Version
pacaur 4.7.10
Description
If the user is asking pacaur to sync the database, pacaur should sync the database before determining whether it should look into AUR or not. The text below intentionally deletes the database first to make it reproducible, but the problem will also occur when the user is syncing the database for the first time, or when some new packages are just added.
Output
Debug output
I only show the run right after deleting the database because that is the interesting one.
The text was updated successfully, but these errors were encountered: