_BINPACK_VER=$(dpkg -f "${SRCDIR}"/google-chrome-stable_current_amd64.deb Version | cut -f '1' -d '-')
abinfo "Downloaded binary: ${_BINPACK_VER}"
abinfo "Version from SPEC: ${PKGVER}"
if [[ "x${_BINPACK_VER}" != "x${PKGVER}" ]]; then
	aberr "Binary package version does not match SPEC!"
	aberr "Either update SPEC or invalidate tarball cache."
	abdie
fi
