mikkeloscar / gopkgbuild

A golang package for parsing Arch Linux PKGBUILDs
GNU General Public License v3.0
22 stars 5 forks source link

Compare CompleteVersion with a CompleteVersion #23

Closed simon04 closed 6 years ago

simon04 commented 6 years ago

BREAKING CHANGE: Changes the API of CompleteVersion.Older/Newer/Equal from accepting a string to CompleteVersion as argument.

Obsoletes #21.

mikkeloscar commented 6 years ago

Thanks!