summaryrefslogtreecommitdiffstats
path: root/checkpkg
diff options
context:
space:
mode:
Diffstat (limited to 'checkpkg')
-rw-r--r--checkpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpkg b/checkpkg
index fea294d..86753f3 100644
--- a/checkpkg
+++ b/checkpkg
@@ -16,7 +16,7 @@ if [ ! -f $pkgname-$pkgver-$pkgrel.pkg.tar.gz ]; then
exit 1
fi
-tmp=`pacman -Sp --noconfirm $pkgname`
+tmp=`pacman -Spd --noconfirm $pkgname`
if [ $? -ne 0 ]; then
echo "Couldn't download previous package."