summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-10-24 20:25:22 +0200
committerErich Eckner <git@eckner.net>2020-10-24 20:29:00 +0200
commit6445442e32a0e4e883664fcb8aea0dbd0d65a156 (patch)
treea6f550c1085ac96ff4367e34061deaeb2905fdf5 /checkVersions
parent8f1c007d4e5a012865b60ba999a2235c660976b6 (diff)
downloadarchlinuxewe.git.save-6445442e32a0e4e883664fcb8aea0dbd0d65a156.tar.xz
checkVersions: ignore packages without source
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"