Skip to content

Commit

Permalink
Merge pull request #89 from TG1999/archlinux_fix
Browse files Browse the repository at this point in the history
Change scheme of ArchLinuxVersionRange #88
  • Loading branch information
TG1999 authored Sep 30, 2022
2 parents d31c68b + 106a624 commit 6ecc614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/univers/version_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ class AlpineLinuxVersionRange(VersionRange):


class ArchLinuxVersionRange(VersionRange):
scheme = "archlinux"
scheme = "alpm"
version_class = versions.ArchLinuxVersion


Expand Down Expand Up @@ -1183,7 +1183,7 @@ def build_range_from_github_advisory_constraint(scheme: str, string: str):
"mozilla": MozillaVersionRange,
"github": GitHubVersionRange,
"ebuild": EbuildVersionRange,
"archlinux": ArchLinuxVersionRange,
"alpm": ArchLinuxVersionRange,
"nginx": NginxVersionRange,
"openssl": OpensslVersionRange,
}
Expand Down

0 comments on commit 6ecc614

Please sign in to comment.