falconindy / expac

alpm data extraction utility
91 stars 15 forks source link

add missing versioned 'Conflict with' formatter #25

Closed rmarquis closed 8 years ago

rmarquis commented 8 years ago

As of today, expac is only providing a "conflict with" formatter (%C) without string, but does not provide a formatter with version strings as done with "depends on" and "provides".

This user case is relatively rare, but does exist (see for example "xorg-server" and "python2"). Here is a tiny patch that adds this missing feature. I choose %H as the next available sequence.

rmarquis commented 8 years ago

Any news on this?

falconindy commented 8 years ago

Thanks, sorry for the delay.

rmarquis commented 8 years ago

Thank you!