forked from ALHP/ALHP.GO
fix not counting build packages as eligible
This commit is contained in:
1
main.go
1
main.go
@@ -413,6 +413,7 @@ func (b *BuildManager) parseWorker() {
|
||||
repoVer := getVersionFromRepo(pkg)
|
||||
if repoVer != "" && alpm.VerCmp(repoVer, pkgVer) > 0 {
|
||||
log.Debugf("Skipped %s: Version in repo higher than in PKGBUILD (%s < %s)", info.Pkgbase, pkgVer, repoVer)
|
||||
b.stats.eligible++
|
||||
b.stats.fullyBuild++
|
||||
b.parseWG.Done()
|
||||
continue
|
||||
|
Reference in New Issue
Block a user