You are not logged in.

#1 2015-12-03 21:06:51

sajan
Member
From: USA
Registered: 2015-04-03
Posts: 13
Website

yaourt doesn't recognized AUR packages, won't check for upgrades...

I just started using yaourt for the first time this past week.  The first couple days when I'd run an upgrade, I'd get something similar to the following.

➜  ~  yaourt -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 infinality-bundle is up to date
14 foreign packages
➜  ~ 

Now, as of a couple days ago, the last line about the foriegn packages is empty.

➜  ~  yaourt -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 infinality-bundle is up to date

➜  ~  

I then ran the script inteded to see if a package was deleted from the AUR or now and it seems my system think none of the packages are in the AUR.

How can I get things back on track in terms of making sure yaourt knows which packages are from the AUR and to check and update them?

➜  ~  for pkg in $(pacman -Qqm); do cower -s $pkg &>/dev/null || echo "$pkg not in AUR"; done
atom-editor-bin not in AUR
crashplan not in AUR
libcurl-compat not in AUR
nixnote-beta not in AUR
numix-circle-icon-theme-git not in AUR
numix-icon-theme-git not in AUR
numix-themes-git not in AUR
package-query not in AUR
ruby-maruku not in AUR
ruby-sass not in AUR
ruby-yard not in AUR
xfce-theme-greybird not in AUR
xfce4-volumed not in AUR
yaourt not in AUR

Offline

#2 2015-12-03 23:51:07

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,471

Re: yaourt doesn't recognized AUR packages, won't check for upgrades...

The problem is that you're not telling yaourt to update AUR packages.

Offline

Board footer

Powered by FluxBB