From 198ecdfade87d5f78bfe91e79dc396f603c7a880 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Wed, 20 Apr 2011 17:41:43 +0200 Subject: [PATCH] euscan: be more permicive with version strings Signed-off-by: Corentin Chary --- euscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/euscan b/euscan index 53a63f4..c6d66aa 100755 --- a/euscan +++ b/euscan @@ -53,7 +53,7 @@ SCANDIR_BLACKLIST_URLS = ['mirror://rubygems/(.*)', 'mirror://gentoo/(.*)'] BRUTEFORCE_BLACKLIST_PACKAGES = ['dev-util/patchelf', 'net-zope/plonepopoll'] BRUTEFORCE_BLACKLIST_URLS = ['http://(.*)dockapps.org/download.php/id/(.*)'] -_v = r'((\d+)((\.\d+)*)([a-zA-Z]?)(((-|_)(pre|p|beta|b|alpha|a|rc|r)\d*)*))' +_v = r'((\d+)((\.\d+)*)([a-zA-Z]*?)(((-|_)(pre|p|beta|b|alpha|a|rc|r)\d*)*))' # ========= # Functions