aboutsummaryrefslogtreecommitdiff
path: root/repos/debian.py
diff options
context:
space:
mode:
Diffstat (limited to 'repos/debian.py')
-rw-r--r--repos/debian.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/debian.py b/repos/debian.py
index 6ad93fd..db93b2e 100644
--- a/repos/debian.py
+++ b/repos/debian.py
@@ -20,7 +20,7 @@ __all__ = [
'testing_non_free_amd64',
]
-PACKAGE_REVISION_INFO = re.compile(r'(\+\w+)?-\d+$')
+PACKAGE_REVISION_INFO = re.compile(r'(\+\w+)*-\d+$')
def parse_cached(cached: Path) -> Mapping[str, Version]:
result = dict()