summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions5
1 files changed, 5 insertions, 0 deletions
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"