paged variable not working for category/custom post archive

Can you try this?

$paged = (get_query_var('page')) ? get_query_var('page') : 1;