--- srcpac 2005-05-28 07:48:29.000000000 +0200 +++ srcpac.patched 2006-10-31 19:54:06.000000000 +0100 @@ -349,6 +349,7 @@ pacargs="-S" [ $NODEPS -eq 1 ] && pacargs="${pacargs}d" [ $ROOT -eq 1 ] && pacargs="${pacargs} -r $NEWROOT" + [ $FORCE -eq 1 ] && pacargs="${pacargs}f" pacman $pacargs ${regpac[*]} $ignorestr if [ ${#sourcepac[@]} -eq 0 ]; then exit 0