sbotools icon indicating copy to clipboard operation
sbotools copied to clipboard

Check for build number changed besides version change

Open qunying opened this issue 9 months ago • 0 comments

It seems sbocheck currently does not honor the changed of same version but different build number in SlackBuild.org. Sometimes, it will failed to build a program due to its dependency rely on a new build of another package, which only have build number change.

For example, for this week's mixxxx, it failed to build on my machine, because I have a previous gtest pkg installed, but not the latest build. sbocheck does not pick up the new gtest build as version check passed and consider gtest already installed.

qunying avatar May 21 '24 16:05 qunying