diff options
author | Erich Eckner <git@eckner.net> | 2018-07-09 09:42:06 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-09 09:42:06 +0200 |
commit | 27e7fdf495e96a181abc2145693488fc3dbb250c (patch) | |
tree | 637f6b8948d7db1f7f144d83cce4a9f031bbf80b /checkVersions | |
parent | 0c2ab10fff15c16d1dbe6343953746291576c22d (diff) | |
download | archlinuxewe.git.save-27e7fdf495e96a181abc2145693488fc3dbb250c.tar.xz |
checkVersions: conky -> conky-irc
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 |