Arch wont allow Catalyst install

Okay so I got an archbang distro working, but it wont allow me to install catalyst at all.

root@arch xdroidie626]# pacman -S catalyst catalyst-utils lib32-catalyst-utils

:: There are 3 providers available for catalyst:
:: Repository catalyst
   1) catalyst-daemon  2) catalyst-generator  3) catalyst-hook

Enter a number (default=1):
resolving dependencies...
looking for inter-conflicts...
:: catalyst-utils and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: catalyst-utils and mesa-libgl are in conflict
[root@arch xdroidie626]# pacman -S catalyst catalyst-utils lib32-catalyst-utils
:: There are 3 providers available for catalyst:
:: Repository catalyst
   1) catalyst-daemon  2) catalyst-generator  3) catalyst-hook

Enter a number (default=1):
resolving dependencies...
looking for inter-conflicts...
:: catalyst-utils and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] y
:: lib32-catalyst-utils and lib32-mesa-libgl are in conflict (lib32-libgl). Remove lib32-mesa-libgl? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: ati-dri: requires mesa-libgl
:: glamor-egl: requires mesa-libgl
:: intel-dri: requires mesa-libgl
:: nouveau-dri: requires mesa-libgl

This is the entire setup, from the pacman start, as you can see I have selected both no and yes for the mesa-libgl, and I cant continue, Arch also say it is safe to remove mesa.

Ideas? Bit stuck

Thanks!

Try $<username>@<computer> sudo pacman -Syy

that will update all package lists.

libgl is provided by catalyst it's safe to remove, just remove the complaining pacakges and reinstall what you need, you don't need intel / nvidia and ati packages. Don't know what the glamor-egl package is so can't help there, but I guess it's reinstallable

This! After installing the Catalyst source, you need to update your packages!