fixed pacman command to not worry about version specific dependencies

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@216 630f3fb4-fbd1-0310-a574-b293cca3120f
This commit is contained in:
Jason Chu 2005-07-18 00:25:38 +00:00
parent 6bfa899385
commit 770fcbdcab
1 changed files with 1 additions and 1 deletions

View File

@ -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."