Hi,
Darktable won't start after having updated from 2.6.1-1 to 2.6.2-2.
I get this error:

$ darktable
darktable: error while loading shared libraries: libdarktable.so: cannot open shared object file: No such file or directory

Downgrading to the cached 2.6.1-1 version works fine.

Thanks for reporting, luckily fix is easy (rebuild package with the fix in it will be up shortly):

sudo ln -s /usr/lib/darktable/libdarktable.so /usr/lib/libdarktable.so

This is due to longer letting darktable install libs in /usr/lib64, instead directing it to /usr/lib.
https://github.com/KaOSx/apps/commit/3051d1550e94a3277bea64bea501e2ed54f470b0#diff-f9c9ef5e8907d091c12ad14152a3fa3b

EDIT:
Rebuild is up:

sudo pacman -U http://kaosx.tk/repo/build/darktable-2.6.2-3-x86_64.pkg.tar.xz

Please report back if this version works on the stable repos, since it is build on new Mesa (won't move otherwise).

Yep, the rebuild starts and works great on the stable repos.
I can't see anything wrong after using it a bit.
Thank you, Demm!