diff options
author | Erich Eckner <git@eckner.net> | 2020-02-19 13:43:32 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-19 13:43:32 +0100 |
commit | cb269603ab6afbd9429eb4a1135be15c9f7f3b58 (patch) | |
tree | 5e0de34983892b80fee7e88df815c505b00c9d3b | |
parent | 3ab8f83a5d3d5c5e900adf185cfd511725ea08ab (diff) | |
download | archlinuxewe-cb269603ab6afbd9429eb4a1135be15c9f7f3b58.tar.xz |
checkVersions: fix python2-sip
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 25bcd9cb3..37f1af600 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 ' |