fix(new_engine): fix devel sysupgrade (#1883)

fix devel sysupgrade
This commit is contained in:
Jo 2023-01-03 19:24:28 +00:00 committed by GitHub
parent b41e67f31e
commit b3c334e014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -530,7 +530,7 @@ func archStringToString(alpmArches []string, archString []gosrc.ArchString) []st
func AddUpgradeToGraph(pkg *db.Upgrade, graph *topo.Graph[string, *InstallInfo]) {
source := Sync
if pkg.Repository == "aur" {
if pkg.Repository == "aur" || pkg.Repository == "devel" {
source = AUR
}