From cb269603ab6afbd9429eb4a1135be15c9f7f3b58 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 19 Feb 2020 13:43:32 +0100 Subject: checkVersions: fix python2-sip --- checkVersions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checkVersions') diff --git a/checkVersions b/checkVersions index 25bcd9cb..37f1af60 100755 --- a/checkVersions +++ b/checkVersions @@ -267,7 +267,7 @@ then remVer=$( pacman -Ss '^python-sip$' \ | sed ' - s@^\S\+/python-sip \([0-9.]\+\)-[0-9]\+$@\1@ + s@^\S\+/python-sip \([0-9.]\+\)-[0-9]\+\( .*\)\?$@\1@ t d ' -- cgit v1.2.3-54-g00ecf