diff --git a/lib/findpkg.c b/lib/findpkg.c index 55117e2e..f5db7576 100644 --- a/lib/findpkg.c +++ b/lib/findpkg.c @@ -288,6 +288,7 @@ xbps_find_new_pkg(const char *pkgname, prop_dictionary_t instpkg) } DPRINTF(("Skipping %s-%s in repo %s.\n", pkgname, repover, rdata->rd_uri)); + continue; } DPRINTF(("Package %s not found in repo %s.\n", pkgname, rdata->rd_uri));