Fix accidentally adding an old package version to the repository

Ensure updated version from previous run is cleared
This commit is contained in:
Martchus 2023-09-04 21:06:38 +02:00
parent 91ee500b0a
commit 61756023db
1 changed files with 1 additions and 0 deletions

View File

@ -482,6 +482,7 @@ void ConductBuild::run()
if (progress.makepkgFlags.empty()) {
progress.makepkgFlags = m_setup.building.makepkgFlags;
}
progress.updatedVersion.clear(); // reset as there must not be an old value from a previous run
}
setupReadLock2.unlock();
dumpBuildProgress();