So i have build some custom packages and when i upgrade my package and changing release version to 2 and then rebuilding i do not get a update using eopkg up command
for example i have now two different version of this package
deepin-api-5.0.0-1-1-x86_64.eopkg
deepin-api-5.0.0-1-2-x86_64.eopkg
i have to manualy run install like this eopkg it /var/lib/solbuild/local/deepin-api-5.0.0-1-2-x86_64.eopkg

Manually built packages aren't in the repository so you won't get an update. Just update your eopkg and sudo eopkg install /path/to/your.eopkg

    Justin hey i ran sudo solbuild index -p local-unstable-x86_64 and got an update for my package

      AkgunFatih Ah well you didn't mention you were using solbuild to put it in local. Good to hear you got it working as desired.