aura icon indicating copy to clipboard operation
aura copied to clipboard

Exact version match dependency for main version does not work for subreleases

Open bartlibert opened this issue 4 years ago • 1 comments

I'm trying to install cryptomator from aur and I get the following error:

The package cryptomator depends on version =17 of jdk-openjdk, but the most recent version is 17.0.1.u12.

The PKGBUILD for this package contains the line: makedepends=('java-environment=17' 'maven') According to the code, this version of the jdk should be accepted, but it is not: https://github.com/fosskers/aura/blob/77778f46fd79c2cd6528199f11f5ddf8558aa73c/aura/lib/Aura/Dependencies.hs#L182-L183

bartlibert avatar Nov 16 '21 08:11 bartlibert

Thanks for the report. This will be fixed automatically by the upcoming Rust port.

fosskers avatar Dec 08 '21 22:12 fosskers