diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index ae2e63fa..0e5ee12b 100755 --- a/checkVersions +++ b/checkVersions @@ -510,7 +510,7 @@ then grep "^${quNam}v\?[0-9.]\+\$" | \ sed "s|^${quNam}v\?||" | \ ( - if [ "${pkgname}" == "conky" ] + if [ "${pkgname}" == "conky-irc" ] then grep -v '\.999$' else |