fix integer overflow in backends
The size of the flatpak package org.freedesktop.Sdk.Debug exceeds the value of INT_MAX causing a integer overflow.
the API for both flatpak and package-kit return a unsigned 64 bit integer so that's what should be used.