13 Aug
2009
13 Aug
'09
2:07 p.m.
I just replied in the bug report but for those that are interested.... something like:
conflicts=("kdebase-*")
may be achieved using
conflicts=$(pacman -Ssq kdebase-)
or simply cut and paste the output of "pacman -Ssq ..." into conflicts=().
Simply pasting will not work if someone is just bumping the package using conflict's version and that kdebase-* have get some new member. But it's better from my point of view.