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

aur database synchronization performed only with --auronly #39

Open sbalula opened 8 years ago

sbalula commented 8 years ago

Hey there,

Accordingly to apacman output, synchronization with the aur database seems to be performed only when the following conditions are met:

  1. --auronly option is passed
  2. -u option is passed

Shouldn't a regular apacman -Sy update all databases, including aur's?

Thanks : )