diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions index 11982a44..ac92892a 100755 --- a/checkVersions +++ b/checkVersions @@ -268,6 +268,15 @@ then ' \ | latest_version ) + elif [ "${pkgname}" = 'python2-sip' ]; then + remVer=$( + pacman -Ss '^python-sip$' \ + | sed ' + s@^\S\+/python-sip \([0-9.]\+\)-[0-9]\+$@\1@ + t + d + ' + ) elif [ "${pkgname}" = 'local-certificates' ]; then remVer=$( curl_it 'https://eckner.net/certs/sha512sums' \ |