summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-19 13:43:32 +0100
committerErich Eckner <git@eckner.net>2020-02-19 13:43:32 +0100
commitcb269603ab6afbd9429eb4a1135be15c9f7f3b58 (patch)
tree5e0de34983892b80fee7e88df815c505b00c9d3b /checkVersions
parent3ab8f83a5d3d5c5e900adf185cfd511725ea08ab (diff)
downloadarchlinuxewe.git.save-cb269603ab6afbd9429eb4a1135be15c9f7f3b58.tar.xz
checkVersions: fix python2-sip
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions2
1 files changed, 1 insertions, 1 deletions
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
'