summaryrefslogtreecommitdiff
path: root/makechrootpkg.in
diff options
context:
space:
mode:
Diffstat (limited to 'makechrootpkg.in')
-rw-r--r--makechrootpkg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 3fc599e..2740f0f 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -387,7 +387,7 @@ if (( ret != 0 )); then
else
if (( run_checkpkg )); then
msg "Running checkpkg"
- remotepkgs=($(pacman -Sddp --logfile /dev/null "${pkgnames[@]}"))
+ remotepkgs=($(pacman -Syddp --logfile /dev/null "${pkgnames[@]}"|grep '://'))
if (( $? )); then
warning "Skipped checkpkg due to missing repo packages"
exit 0