From 6445442e32a0e4e883664fcb8aea0dbd0d65a156 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 24 Oct 2020 20:25:22 +0200 Subject: checkVersions: ignore packages without source --- checkVersions | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'checkVersions') diff --git a/checkVersions b/checkVersions index 2011ae9a..2dc85848 100755 --- a/checkVersions +++ b/checkVersions @@ -1147,6 +1147,11 @@ then break done + if [ -z "${source[*]}${source_i686[*]}${source_x86_64[*]}" ]; then + srcKnown=true + remVer="${pkgver}" + fi + if ! ${srcKnown} then printf '%s: Unknown source:\n' "$1" -- cgit v1.2.3-54-g00ecf