Merge pull request #391 from Morganamilo/fix#389

Fix -Sc sometimes cleaning split packages
This commit is contained in:
Anna 2018-05-07 23:31:10 +01:00 committed by GitHub
commit e6b557f054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ func cleanAUR(keepInstalled, keepCurrent, removeAll bool) error {
}
for _, pkg := range remotePackages {
installedBases.set(pkg.Name())
installedBases.set(pkg.Base())
}
for _, file := range files {