I'm trying to install ruby gems that appear to be available in AUR, but they don't show up in pacman.
For example ruby-bundler is available here:
https://aur.archlinux.org/packages/ruby-bundler/
But when I search for the same thing in pacman no hits come back:
$this->bbcode_second_pass_code('', '# pacman -Sy
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
# pacman -Ss ruby-bundler
# pacman -Ss ruby-bundler')
Am I missing something here?
