From f063aa3f364668cceece00c07893a9de70948080 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 10 Jan 2020 19:06:14 +0100 Subject: checkVersions: learn python2-sip --- checkVersions | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'checkVersions') 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' \ -- cgit v1.2.3-54-g00ecf