mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 01:27:21 +01:00
fix typos
This commit is contained in:
parent
d646cd6c87
commit
c86c460816
@ -80,7 +80,7 @@ func provideSatisfies(provide, dep, pkgVersion string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unversioned provieds can not satisfy a versioned dep
|
// Unversioned provides can not satisfy a versioned dep
|
||||||
if provideMod == "" && depMod != "" {
|
if provideMod == "" && depMod != "" {
|
||||||
provideVersion = pkgVersion // Example package: pagure
|
provideVersion = pkgVersion // Example package: pagure
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user