Commit 770fcbdc authored by Jason Chu's avatar Jason Chu
Browse files

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
parent 6bfa8993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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."