Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bartlibert opened this issue Nov 16, 2021 · 1 comment

Comments

@bartlibert
Copy link

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:

-- The `MustBe` case uses regexes. A dependency demanding version 7.4
-- SHOULD match as `okay` against version 7.4, 7.4.0.1, or even 7.4.0.1-2.

@fosskers
Copy link
Owner

fosskers commented Dec 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants