added version to protoPkg passed to builder

This commit is contained in:
2022-08-14 19:29:14 +02:00
parent 8d37c7b72a
commit 8653bf8c6b

View File

@@ -316,6 +316,7 @@ func genQueue() ([]*ProtoPackage, error) {
Hash: pkg.Hash, Hash: pkg.Hash,
DbPackage: pkg, DbPackage: pkg,
Pkgbuild: pkg.Pkgbuild, Pkgbuild: pkg.Pkgbuild,
Version: pkg.RepoVersion,
}) })
} }
return pkgbuilds, nil return pkgbuilds, nil