oshazard / apacman

ArchLinux User Repository (AUR) helper and pacman wrapper
https://aur.archlinux.org/packages/apacman/
GNU General Public License v3.0
70 stars 11 forks source link

Updating devel packages doesn't work anymore #60

Closed sh4nks closed 8 years ago

sh4nks commented 8 years ago

Hey,

When I try to update all my --devel packages that I have installed, it always finishes with "local database is up to date" which is not true in this case because I know that I have installed several VCS packages. (also notice how curl exited)

$ apacman -Syu --devel
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Synchronizing aur database...
notice: curl exited with code 6             39  75 [######################----------------------] 52%
manpage: Couldn't resolve host. The given remote host was not resolved.
 aur                                        75  75 [############################################]100%
:: Starting full aur upgrade...
 local database is up to date
justin8 commented 8 years ago

The curl exit code is due to an installed package that is no longer (or never was) in the AUR. I'll post a fix for that soon. But it's a red herring as far as the --devel breakage is concerned.

oshazard commented 8 years ago

This was actually two bugs.

oshazard commented 8 years ago

@sh4nks and @justin8 should be fixed now