mikkeloscar / gopkgbuild

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

Parse rel as a Version string #3

Closed mikkeloscar closed 6 years ago

mikkeloscar commented 6 years ago

Parses the rel as a version to handle the cases where one version of a package has a rel defined as Major.Minor and another has is defined just as Major.

Previously Major was always assumed.

Fix #2