> > > > > 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.